|
2 | 2 | "name": "nuxt-vant-mobile", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.3.2", |
5 | | - "packageManager": "pnpm@10.5.2", |
| 5 | + "packageManager": "pnpm@10.6.2", |
6 | 6 | "scripts": { |
7 | 7 | "build": "nuxt build", |
8 | 8 | "dev": "nuxt dev", |
|
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | 19 | "@nuxtjs/color-mode": "^3.5.2", |
20 | | - "@nuxtjs/i18n": "^9.2.1", |
21 | | - "nuxt": "^3.15.4", |
| 20 | + "@nuxtjs/i18n": "^9.3.1", |
| 21 | + "nuxt": "^3.16.0", |
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.4.0", |
28 | | - "@commitlint/cli": "^19.7.1", |
29 | | - "@commitlint/config-conventional": "^19.7.1", |
| 27 | + "@antfu/eslint-config": "^4.8.1", |
| 28 | + "@commitlint/cli": "^19.8.0", |
| 29 | + "@commitlint/config-conventional": "^19.8.0", |
30 | 30 | "@iconify-json/carbon": "^1.2.8", |
31 | | - "@nuxt/eslint": "^1.1.0", |
| 31 | + "@nuxt/eslint": "^1.2.0", |
32 | 32 | "@pinia/nuxt": "^0.10.1", |
33 | 33 | "@unocss/eslint-plugin": "66.1.0-beta.3", |
34 | 34 | "@unocss/nuxt": "66.1.0-beta.3", |
35 | 35 | "@unocss/preset-rem-to-px": "66.1.0-beta.3", |
36 | 36 | "@vant/nuxt": "^1.0.6", |
37 | 37 | "bumpp": "^10.0.3", |
38 | | - "eslint": "^9.21.0", |
| 38 | + "eslint": "^9.22.0", |
39 | 39 | "eslint-plugin-format": "^1.0.1", |
40 | 40 | "lint-staged": "^15.4.3", |
41 | 41 | "pinia": "^3.0.1", |
|
63 | 63 | ] |
64 | 64 | }, |
65 | 65 | "resolutions": { |
66 | | - "vite": "^6.2.0" |
| 66 | + "vite": "^6.2.1" |
67 | 67 | }, |
68 | 68 | "simple-git-hooks": { |
69 | 69 | "pre-commit": "pnpm lint-staged", |
|
0 commit comments