|
11 | 11 | "lint:stylelint": "stylelint \"./src/**/*.vue\" \"./src/**/*.scss\" --fix"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@babel/runtime": "^7.25.6", |
| 14 | + "@babel/runtime": "^7.25.7", |
15 | 15 | "core-js": "^3.38.1",
|
16 |
| - "pinia": "^2.2.2", |
17 |
| - "vue": "^3.5.10", |
| 16 | + "pinia": "^2.2.4", |
| 17 | + "vue": "^3.5.12", |
18 | 18 | "vue-router": "^4.4.5"
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
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", |
| 21 | + "@babel/core": "^7.25.8", |
| 22 | + "@babel/plugin-transform-runtime": "^7.25.7", |
| 23 | + "@babel/preset-env": "^7.25.8", |
| 24 | + "@eslint/js": "^9.12.0", |
25 | 25 | "@types/webpack-env": "^1.18.5",
|
26 |
| - "@typescript-eslint/eslint-plugin": "8.7.0", |
27 |
| - "@typescript-eslint/parser": "8.7.0", |
28 |
| - "@vue/compiler-sfc": "^3.5.10", |
| 26 | + "@typescript-eslint/eslint-plugin": "8.9.0", |
| 27 | + "@typescript-eslint/parser": "8.9.0", |
| 28 | + "@vue/compiler-sfc": "^3.5.12", |
29 | 29 | "autoprefixer": "^10.4.20",
|
30 | 30 | "babel-loader": "^9.2.1",
|
31 | 31 | "case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
34 | 34 | "css-loader": "^7.1.2",
|
35 | 35 | "dotenv": "^16.4.5",
|
36 | 36 | "dotenv-expand": "^11.0.6",
|
37 |
| - "eslint": "^9.11.1", |
| 37 | + "eslint": "^9.12.0", |
38 | 38 | "eslint-config-prettier": "^9.1.0",
|
39 | 39 | "eslint-formatter-friendly": "^7.0.0",
|
40 |
| - "eslint-plugin-vue": "^9.28.0", |
| 40 | + "eslint-plugin-vue": "^9.29.0", |
41 | 41 | "eslint-webpack-plugin": "^4.2.0",
|
42 |
| - "globals": "^15.9.0", |
| 42 | + "globals": "^15.11.0", |
43 | 43 | "html-webpack-plugin": "^5.6.0",
|
44 | 44 | "mini-css-extract-plugin": "^2.9.1",
|
45 | 45 | "ora": "^5.4.1",
|
|
48 | 48 | "postcss-loader": "^8.1.1",
|
49 | 49 | "prettier": "3.3.3",
|
50 | 50 | "rimraf": "^6.0.1",
|
51 |
| - "sass": "^1.79.4", |
| 51 | + "sass": "^1.79.5", |
52 | 52 | "sass-loader": "^16.0.2",
|
53 | 53 | "strip-ansi": "^6.0.0",
|
54 | 54 | "style-loader": "^4.0.0",
|
55 |
| - "stylelint": "^16.9.0", |
| 55 | + "stylelint": "^16.10.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 | 60 | "thread-loader": "^4.0.4",
|
61 | 61 | "ts-loader": "^9.5.1",
|
62 |
| - "typescript": "^5.6.2", |
63 |
| - "typescript-eslint": "8.7.0", |
| 62 | + "typescript": "^5.6.3", |
| 63 | + "typescript-eslint": "8.9.0", |
64 | 64 | "vue-loader": "^17.4.2",
|
65 | 65 | "vue-style-loader": "^4.1.3",
|
66 | 66 | "webpack": "^5.95.0",
|
|
0 commit comments