|
10 | 10 | "lint:style": "stylelint \"./src/**/*.vue\" \"./src/**/*.scss\" --fix"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@babel/runtime": "^7.17.8", |
14 |
| - "core-js": "^3.21.1", |
15 |
| - "pinia": "^2.0.12", |
16 |
| - "vue": "^3.2.31", |
| 13 | + "@babel/runtime": "^7.17.9", |
| 14 | + "core-js": "^3.22.2", |
| 15 | + "pinia": "^2.0.13", |
| 16 | + "vue": "^3.2.33", |
17 | 17 | "vue-router": "^4.0.14"
|
18 | 18 | },
|
19 | 19 | "devDependencies": {
|
20 |
| - "@babel/core": "^7.17.8", |
| 20 | + "@babel/core": "^7.17.9", |
21 | 21 | "@babel/plugin-transform-runtime": "^7.17.0",
|
22 | 22 | "@babel/preset-env": "^7.16.11",
|
23 |
| - "@types/webpack-env": "^1.16.3", |
24 |
| - "@typescript-eslint/eslint-plugin": "^5.17.0", |
25 |
| - "@typescript-eslint/parser": "^5.17.0", |
26 |
| - "@vue/compiler-sfc": "^3.2.31", |
27 |
| - "autoprefixer": "^10.4.4", |
28 |
| - "babel-loader": "^8.2.4", |
| 23 | + "@types/webpack-env": "^1.16.4", |
| 24 | + "@typescript-eslint/eslint-plugin": "^5.20.0", |
| 25 | + "@typescript-eslint/parser": "^5.20.0", |
| 26 | + "@vue/compiler-sfc": "^3.2.33", |
| 27 | + "autoprefixer": "^10.4.5", |
| 28 | + "babel-loader": "^8.2.5", |
29 | 29 | "case-sensitive-paths-webpack-plugin": "^2.4.0",
|
30 | 30 | "chalk": "^4.1.2",
|
31 | 31 | "copy-webpack-plugin": "^10.2.4",
|
32 | 32 | "css-loader": "^6.7.1",
|
33 | 33 | "dotenv": "^16.0.0",
|
34 | 34 | "dotenv-expand": "^8.0.3",
|
35 |
| - "eslint": "^8.12.0", |
| 35 | + "eslint": "^8.14.0", |
36 | 36 | "eslint-config-prettier": "^8.5.0",
|
37 | 37 | "eslint-formatter-friendly": "^7.0.0",
|
38 | 38 | "eslint-plugin-prettier": "^4.0.0",
|
39 |
| - "eslint-plugin-vue": "^8.5.0", |
| 39 | + "eslint-plugin-vue": "^8.7.1", |
40 | 40 | "eslint-webpack-plugin": "^3.1.1",
|
41 | 41 | "html-webpack-plugin": "^5.5.0",
|
42 | 42 | "mini-css-extract-plugin": "^2.6.0",
|
43 | 43 | "ora": "^5.4.1",
|
44 | 44 | "postcss": "^8.4.12",
|
45 |
| - "postcss-html": "^1.3.0", |
| 45 | + "postcss-html": "^1.4.1", |
46 | 46 | "postcss-loader": "^6.2.1",
|
47 |
| - "prettier": "2.6.1", |
| 47 | + "prettier": "2.6.2", |
48 | 48 | "rimraf": "^3.0.2",
|
49 |
| - "sass": "^1.49.10", |
| 49 | + "sass": "^1.50.1", |
50 | 50 | "sass-loader": "^12.6.0",
|
51 | 51 | "strip-ansi": "^6.0.0",
|
52 | 52 | "style-loader": "^3.3.1",
|
53 |
| - "stylelint": "^14.6.1", |
| 53 | + "stylelint": "^14.7.1", |
54 | 54 | "stylelint-config-prettier": "^9.0.3",
|
55 | 55 | "stylelint-config-standard": "^25.0.0",
|
56 | 56 | "stylelint-config-standard-scss": "^3.0.0",
|
|
62 | 62 | "vue-eslint-parser": "^8.3.0",
|
63 | 63 | "vue-loader": "^17.0.0",
|
64 | 64 | "vue-style-loader": "^4.1.3",
|
65 |
| - "webpack": "^5.70.0", |
66 |
| - "webpack-dev-server": "^4.7.4", |
| 65 | + "webpack": "^5.72.0", |
| 66 | + "webpack-dev-server": "^4.8.1", |
67 | 67 | "webpack-merge": "^5.8.0"
|
68 | 68 | },
|
69 | 69 | "engines": {
|
|
0 commit comments