|
36 | 36 | "vue-router": "^4.5.1"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@antfu/eslint-config": "4.12.0", |
| 39 | + "@antfu/eslint-config": "4.13.0", |
40 | 40 | "@commitlint/cli": "^19.8.0",
|
41 | 41 | "@commitlint/config-conventional": "^19.8.0",
|
42 | 42 | "@commitlint/types": "^19.8.0",
|
43 | 43 | "@iconify-json/carbon": "^1.2.8",
|
44 | 44 | "@intlify/unplugin-vue-i18n": "^6.0.8",
|
45 | 45 | "@types/lodash-es": "^4.17.12",
|
46 |
| - "@types/node": "^22.15.3", |
| 46 | + "@types/node": "^22.15.14", |
47 | 47 | "@types/nprogress": "^0.2.3",
|
48 |
| - "@unocss/eslint-config": "66.1.0-beta.12", |
| 48 | + "@unocss/eslint-config": "66.1.0", |
49 | 49 | "@vant/auto-import-resolver": "^1.3.0",
|
50 | 50 | "@vitejs/plugin-legacy": "^6.1.1",
|
51 | 51 | "@vitejs/plugin-vue": "^5.2.3",
|
52 | 52 | "autoprefixer": "^10.4.21",
|
53 | 53 | "bumpp": "^10.1.0",
|
54 | 54 | "consola": "^3.4.2",
|
55 | 55 | "cross-env": "^7.0.3",
|
56 |
| - "eslint": "^9.25.1", |
| 56 | + "eslint": "^9.26.0", |
57 | 57 | "eslint-plugin-format": "^1.0.1",
|
58 | 58 | "less": "^4.3.0",
|
59 |
| - "lint-staged": "^15.5.1", |
| 59 | + "lint-staged": "^15.5.2", |
60 | 60 | "mockjs": "^1.1.0",
|
61 | 61 | "postcss-mobile-forever": "^5.0.0",
|
62 |
| - "rollup": "^4.40.1", |
| 62 | + "rollup": "^4.40.2", |
63 | 63 | "simple-git-hooks": "^2.13.0",
|
64 | 64 | "terser": "^5.39.0",
|
65 | 65 | "typescript": "^5.8.3",
|
66 |
| - "unocss": "66.1.0-beta.12", |
67 |
| - "unplugin-auto-import": "^19.1.2", |
| 66 | + "unocss": "66.1.0", |
| 67 | + "unplugin-auto-import": "^19.2.0", |
68 | 68 | "unplugin-vue-components": "^28.5.0",
|
69 | 69 | "unplugin-vue-router": "^0.12.0",
|
70 |
| - "vite": "^6.3.3", |
| 70 | + "vite": "^6.3.5", |
71 | 71 | "vite-plugin-mock-dev-server": "^1.8.5",
|
72 | 72 | "vite-plugin-pwa": "^1.0.0",
|
73 | 73 | "vite-plugin-sitemap": "^0.7.1",
|
|
94 | 94 | ]
|
95 | 95 | },
|
96 | 96 | "resolutions": {
|
97 |
| - "vite": "^6.3.3" |
| 97 | + "vite": "^6.3.5" |
98 | 98 | },
|
99 | 99 | "simple-git-hooks": {
|
100 | 100 | "pre-commit": "pnpm lint-staged",
|
|
0 commit comments