diff --git a/.gitignore b/.gitignore index 34cb938..aae9e1d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ app/storage/ storage/ - +storage/framework # Laravel 5 & Lumen specific public/storage public/hot diff --git a/package-lock.json b/package-lock.json index bcba7c6..4faa46b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12248,9 +12248,9 @@ } }, "vuetify": { - "version": "2.1.15", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.1.15.tgz", - "integrity": "sha512-M35NJvlzkbCpFfsK08xraNvCpiNCIbYUXI/hkzjWHQV1MFIZnjrDTVtYoiudCyJ52zlrhWezAr4pzFOCLAr6RA==" + "version": "2.3.17", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.3.17.tgz", + "integrity": "sha512-XqVDsCKHcWmJDJaSXEYg8Qt1jFdAhgm/L5ppAo19ATyld181lu0BC3V3vjakpU2uScHVwjxZw8Gre0lz+2cGvA==" }, "vuex": { "version": "3.1.2", diff --git a/package.json b/package.json index 22f363a..ec6efe7 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "vue-the-mask": "^0.11.1", "vue-tinymce-editor": "^1.6.2", "vue2-dropzone": "^3.6.0", - "vuetify": "^2.0.19" + "vuetify": "^2.3.17" }, "devDependencies": { "@babel/plugin-syntax-dynamic-import": "^7.2.0", diff --git a/resources/js/Global/components/Blocks/Info.vue b/resources/js/Global/components/Blocks/Info.vue index a0ff776..189a02e 100644 --- a/resources/js/Global/components/Blocks/Info.vue +++ b/resources/js/Global/components/Blocks/Info.vue @@ -1,8 +1,8 @@ diff --git a/storage/framework/cache/data/44/d1/44d142505dd1a3b497197e2f459d2aec779e9ed6 b/storage/framework/cache/data/44/d1/44d142505dd1a3b497197e2f459d2aec779e9ed6 deleted file mode 100644 index 616580a..0000000 --- a/storage/framework/cache/data/44/d1/44d142505dd1a3b497197e2f459d2aec779e9ed6 +++ /dev/null @@ -1 +0,0 @@ -1601220079i:1601220079; \ No newline at end of file diff --git a/storage/framework/cache/data/c2/4f/c24f92750673b2169c8cb7bfbc999cfa8457dc7c b/storage/framework/cache/data/c2/4f/c24f92750673b2169c8cb7bfbc999cfa8457dc7c deleted file mode 100644 index ee38aea..0000000 --- a/storage/framework/cache/data/c2/4f/c24f92750673b2169c8cb7bfbc999cfa8457dc7c +++ /dev/null @@ -1 +0,0 @@ -1601220079i:4; \ No newline at end of file diff --git a/webpack.mix.js b/webpack.mix.js index 38aa6e7..b8f66e7 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -37,6 +37,7 @@ require('./modules/wm-product/webpack.mix'); require('./modules/wm-service/webpack.mix'); require('./modules/wm-store/webpack.mix'); require('./modules/wm-warehouse/webpack.mix'); +// require('./modules/wm-web-builder/webpack.mix'); // require('./modules/wm-reservation/webpack.mix'); mix.version();