|
11 | 11 | "lint:stylelint": "stylelint \"./src/**/*.vue\" \"./src/**/*.scss\" --fix"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@babel/runtime": "^7.24.8", |
15 |
| - "core-js": "^3.37.1", |
16 |
| - "pinia": "^2.1.7", |
17 |
| - "vue": "^3.4.31", |
18 |
| - "vue-router": "^4.4.0" |
| 14 | + "@babel/runtime": "^7.25.6", |
| 15 | + "core-js": "^3.38.1", |
| 16 | + "pinia": "^2.2.2", |
| 17 | + "vue": "^3.5.10", |
| 18 | + "vue-router": "^4.4.5" |
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 |
| - "@babel/core": "^7.24.8", |
22 |
| - "@babel/plugin-transform-runtime": "^7.24.7", |
23 |
| - "@babel/preset-env": "^7.24.8", |
24 |
| - "@eslint/js": "^9.7.0", |
| 21 | + "@babel/core": "^7.25.2", |
| 22 | + "@babel/plugin-transform-runtime": "^7.25.4", |
| 23 | + "@babel/preset-env": "^7.25.4", |
| 24 | + "@eslint/js": "^9.11.1", |
25 | 25 | "@types/webpack-env": "^1.18.5",
|
26 |
| - "@typescript-eslint/eslint-plugin": "8.0.0-alpha.44", |
27 |
| - "@typescript-eslint/parser": "8.0.0-alpha.44", |
28 |
| - "@vue/compiler-sfc": "^3.4.31", |
29 |
| - "autoprefixer": "^10.4.19", |
30 |
| - "babel-loader": "^9.1.3", |
| 26 | + "@typescript-eslint/eslint-plugin": "8.7.0", |
| 27 | + "@typescript-eslint/parser": "8.7.0", |
| 28 | + "@vue/compiler-sfc": "^3.5.10", |
| 29 | + "autoprefixer": "^10.4.20", |
| 30 | + "babel-loader": "^9.2.1", |
31 | 31 | "case-sensitive-paths-webpack-plugin": "^2.4.0",
|
32 | 32 | "chalk": "^4.1.2",
|
33 | 33 | "copy-webpack-plugin": "^12.0.2",
|
34 | 34 | "css-loader": "^7.1.2",
|
35 | 35 | "dotenv": "^16.4.5",
|
36 | 36 | "dotenv-expand": "^11.0.6",
|
37 |
| - "eslint": "^9.7.0", |
| 37 | + "eslint": "^9.11.1", |
38 | 38 | "eslint-config-prettier": "^9.1.0",
|
39 | 39 | "eslint-formatter-friendly": "^7.0.0",
|
40 |
| - "eslint-plugin-vue": "^9.27.0", |
| 40 | + "eslint-plugin-vue": "^9.28.0", |
41 | 41 | "eslint-webpack-plugin": "^4.2.0",
|
42 |
| - "globals": "^15.8.0", |
| 42 | + "globals": "^15.9.0", |
43 | 43 | "html-webpack-plugin": "^5.6.0",
|
44 |
| - "mini-css-extract-plugin": "^2.9.0", |
| 44 | + "mini-css-extract-plugin": "^2.9.1", |
45 | 45 | "ora": "^5.4.1",
|
46 |
| - "postcss": "^8.4.39", |
| 46 | + "postcss": "^8.4.47", |
47 | 47 | "postcss-html": "^1.7.0",
|
48 | 48 | "postcss-loader": "^8.1.1",
|
49 | 49 | "prettier": "3.3.3",
|
50 | 50 | "rimraf": "^6.0.1",
|
51 |
| - "sass": "^1.77.8", |
52 |
| - "sass-loader": "^14.2.1", |
| 51 | + "sass": "^1.79.4", |
| 52 | + "sass-loader": "^16.0.2", |
53 | 53 | "strip-ansi": "^6.0.0",
|
54 | 54 | "style-loader": "^4.0.0",
|
55 |
| - "stylelint": "^16.7.0", |
| 55 | + "stylelint": "^16.9.0", |
56 | 56 | "stylelint-config-standard": "^36.0.1",
|
57 | 57 | "stylelint-config-standard-scss": "^13.1.0",
|
58 | 58 | "stylelint-order": "^6.0.4",
|
59 | 59 | "terser-webpack-plugin": "^5.3.10",
|
60 |
| - "thread-loader": "^4.0.2", |
| 60 | + "thread-loader": "^4.0.4", |
61 | 61 | "ts-loader": "^9.5.1",
|
62 |
| - "typescript": "^5.5.3", |
63 |
| - "typescript-eslint": "8.0.0-alpha.44", |
| 62 | + "typescript": "^5.6.2", |
| 63 | + "typescript-eslint": "8.7.0", |
64 | 64 | "vue-loader": "^17.4.2",
|
65 | 65 | "vue-style-loader": "^4.1.3",
|
66 |
| - "webpack": "^5.93.0", |
67 |
| - "webpack-dev-server": "^5.0.4", |
| 66 | + "webpack": "^5.95.0", |
| 67 | + "webpack-dev-server": "^5.1.0", |
68 | 68 | "webpack-merge": "^6.0.1"
|
69 | 69 | },
|
70 | 70 | "engines": {
|
|
0 commit comments