|
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.1.0", |
| 5 | + "version": "4.1.1", |
6 | 6 | "license": "MIT",
|
7 | 7 | "scripts": {
|
8 | 8 | "start": "run-p -sr shopify:serve webpack:watch",
|
|
29 | 29 | "devDependencies": {
|
30 | 30 | "@babel/core": "^7.14.8",
|
31 | 31 | "@babel/plugin-transform-runtime": "^7.14.5",
|
32 |
| - "@babel/preset-env": "^7.14.8", |
| 32 | + "@babel/preset-env": "^7.14.9", |
33 | 33 | "@vue/compiler-sfc": "^3.1.5",
|
34 | 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 | 38 | "css-loader": "^6.2.0",
|
39 | 39 | "css-minimizer-webpack-plugin": "^3.0.2",
|
40 |
| - "eslint": "^7.31.0", |
41 |
| - "eslint-plugin-vue": "^7.14.0", |
| 40 | + "eslint": "^7.32.0", |
| 41 | + "eslint-plugin-vue": "^7.15.0", |
42 | 42 | "eslint-webpack-plugin": "^3.0.1",
|
43 | 43 | "mini-css-extract-plugin": "^2.1.0",
|
44 | 44 | "npm-run-all": "^4.1.5",
|
|
50 | 50 | "stylelint-config-recommended": "^5.0.0",
|
51 | 51 | "stylelint-webpack-plugin": "^3.0.1",
|
52 | 52 | "url-loader": "^4.1.1",
|
53 |
| - "vue-loader": "^16.3.1", |
54 |
| - "webpack": "^5.46.0", |
| 53 | + "vue-loader": "^16.4.1", |
| 54 | + "webpack": "^5.48.0", |
55 | 55 | "webpack-cli": "^4.7.2",
|
56 | 56 | "webpack-merge": "^5.8.0"
|
57 | 57 | }
|
|
0 commit comments