|
2 | 2 | "name": "shopify-theme-lab",
|
3 | 3 | "description": "Customizable modular development environment for blazing-fast Shopify theme creation",
|
4 | 4 | "author": "Sergej Samsonenko",
|
5 |
| - "version": "4.0.2", |
| 5 | + "version": "4.0.3", |
6 | 6 | "license": "MIT",
|
7 | 7 | "scripts": {
|
8 | 8 | "start": "run-p -sr shopify:serve webpack:watch",
|
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 | 25 | "tailwindcss": "^2.2.4",
|
26 |
| - "vue": "^3.1.4", |
| 26 | + "vue": "^3.1.5", |
27 | 27 | "vuex": "^4.0.2"
|
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 | 30 | "@babel/core": "^7.14.6",
|
31 | 31 | "@babel/plugin-transform-runtime": "^7.14.5",
|
32 | 32 | "@babel/preset-env": "^7.14.7",
|
33 |
| - "@vue/compiler-sfc": "^3.1.4", |
34 |
| - "autoprefixer": "^10.2.6", |
| 33 | + "@vue/compiler-sfc": "^3.1.5", |
| 34 | + "autoprefixer": "^10.3.1", |
35 | 35 | "babel-loader": "^8.2.2",
|
36 | 36 | "clean-webpack-plugin": "^3.0.0",
|
37 | 37 | "cross-env": "^7.0.3",
|
38 |
| - "css-loader": "^5.2.6", |
| 38 | + "css-loader": "^6.0.0", |
39 | 39 | "css-minimizer-webpack-plugin": "^3.0.2",
|
40 | 40 | "eslint": "^7.30.0",
|
41 | 41 | "eslint-plugin-vue": "^7.13.0",
|
|
46 | 46 | "postcss-import": "^14.0.2",
|
47 | 47 | "postcss-loader": "^6.1.1",
|
48 | 48 | "postcss-preset-env": "^6.7.0",
|
49 |
| - "style-loader": "^3.0.0", |
| 49 | + "style-loader": "^3.1.0", |
50 | 50 | "stylelint": "^13.13.1",
|
51 | 51 | "stylelint-config-recommended": "^5.0.0",
|
52 | 52 | "stylelint-webpack-plugin": "^2.2.2",
|
53 | 53 | "url-loader": "^4.1.1",
|
54 |
| - "vue-loader": "^16.3.0", |
55 |
| - "webpack": "^5.44.0", |
| 54 | + "vue-loader": "^16.3.1", |
| 55 | + "webpack": "^5.45.1", |
56 | 56 | "webpack-cli": "^4.7.2",
|
57 | 57 | "webpack-merge": "^5.8.0"
|
58 | 58 | }
|
|
0 commit comments