|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 | 19 | "@nuxtjs/color-mode": "^3.5.2",
|
20 |
| - "@nuxtjs/i18n": "^9.1.3", |
21 |
| - "nuxt": "^3.15.3", |
| 20 | + "@nuxtjs/i18n": "^9.2.0", |
| 21 | + "nuxt": "^3.15.4", |
22 | 22 | "pinia-plugin-persistedstate": "^4.2.0",
|
23 | 23 | "vue": "^3.5.13",
|
24 | 24 | "vue-router": "^4.5.0"
|
25 | 25 | },
|
26 | 26 | "devDependencies": {
|
27 |
| - "@antfu/eslint-config": "^4.1.0", |
28 |
| - "@commitlint/cli": "^19.6.1", |
29 |
| - "@commitlint/config-conventional": "^19.6.0", |
30 |
| - "@iconify-json/carbon": "^1.2.5", |
31 |
| - "@nuxt/eslint": "^0.7.5", |
| 27 | + "@antfu/eslint-config": "^4.2.0", |
| 28 | + "@commitlint/cli": "^19.7.1", |
| 29 | + "@commitlint/config-conventional": "^19.7.1", |
| 30 | + "@iconify-json/carbon": "^1.2.6", |
| 31 | + "@nuxt/eslint": "^1.0.1", |
32 | 32 | "@pinia/nuxt": "^0.9.0",
|
33 | 33 | "@unocss/eslint-plugin": "65.4.3",
|
34 | 34 | "@unocss/nuxt": "65.4.3",
|
35 | 35 | "@unocss/preset-rem-to-px": "65.4.3",
|
36 | 36 | "@vant/nuxt": "^1.0.6",
|
37 |
| - "bumpp": "^10.0.1", |
38 |
| - "eslint": "^9.19.0", |
| 37 | + "bumpp": "^10.0.2", |
| 38 | + "eslint": "^9.20.0", |
39 | 39 | "eslint-plugin-format": "^1.0.1",
|
40 | 40 | "lint-staged": "^15.4.3",
|
41 | 41 | "pinia": "^2.3.1",
|
42 | 42 | "postcss-mobile-forever": "^4.3.2",
|
43 | 43 | "simple-git-hooks": "^2.11.1",
|
44 | 44 | "typescript": "~5.7.3",
|
45 |
| - "vant": "^4.9.16", |
| 45 | + "vant": "^4.9.17", |
46 | 46 | "vue-tsc": "^2.2.0"
|
47 | 47 | },
|
48 | 48 | "pnpm": {
|
|
63 | 63 | }
|
64 | 64 | },
|
65 | 65 | "resolutions": {
|
66 |
| - "vite": "^6.0.11" |
| 66 | + "vite": "^6.1.0" |
67 | 67 | },
|
68 | 68 | "simple-git-hooks": {
|
69 | 69 | "pre-commit": "pnpm lint-staged",
|
|
0 commit comments