|
2 | 2 | "name": "nuxt-vant-mobile", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.4.0", |
5 | | - "packageManager": "pnpm@10.10.0", |
| 5 | + "packageManager": "pnpm@10.11.0", |
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.5.3", |
21 | | - "nuxt": "^3.17.1", |
22 | | - "pinia-plugin-persistedstate": "^4.2.0", |
23 | | - "vue": "^3.5.13", |
| 20 | + "@nuxtjs/i18n": "^9.5.4", |
| 21 | + "nuxt": "^3.17.3", |
| 22 | + "pinia-plugin-persistedstate": "^4.3.0", |
| 23 | + "vue": "^3.5.14", |
24 | 24 | "vue-router": "^4.5.1" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@antfu/eslint-config": "^4.12.0", |
28 | | - "@commitlint/cli": "^19.8.0", |
29 | | - "@commitlint/config-conventional": "^19.8.0", |
| 27 | + "@antfu/eslint-config": "^4.13.1", |
| 28 | + "@commitlint/cli": "^19.8.1", |
| 29 | + "@commitlint/config-conventional": "^19.8.1", |
30 | 30 | "@iconify-json/carbon": "^1.2.8", |
31 | | - "@nuxt/eslint": "^1.3.0", |
| 31 | + "@nuxt/eslint": "^1.4.0", |
32 | 32 | "@pinia/nuxt": "^0.11.0", |
33 | | - "@unocss/eslint-plugin": "66.1.0-beta.12", |
34 | | - "@unocss/nuxt": "66.1.0-beta.12", |
| 33 | + "@unocss/eslint-plugin": "66.1.2", |
| 34 | + "@unocss/nuxt": "66.1.2", |
35 | 35 | "@vant/nuxt": "^1.0.6", |
36 | | - "bumpp": "^10.1.0", |
37 | | - "eslint": "^9.25.1", |
| 36 | + "bumpp": "^10.1.1", |
| 37 | + "eslint": "^9.26.0", |
38 | 38 | "eslint-plugin-format": "^1.0.1", |
39 | | - "lint-staged": "^15.5.1", |
| 39 | + "lint-staged": "^16.0.0", |
40 | 40 | "pinia": "^3.0.2", |
41 | 41 | "postcss-mobile-forever": "^5.0.0", |
42 | 42 | "simple-git-hooks": "^2.13.0", |
|
57 | 57 | "gauge": "3", |
58 | 58 | "node-domexception": "1", |
59 | 59 | "npmlog": "5", |
60 | | - "rimraf": "3" |
| 60 | + "rimraf": "3", |
| 61 | + "@types/parse-path": "7" |
61 | 62 | }, |
62 | 63 | "onlyBuiltDependencies": [ |
63 | 64 | "@parcel/watcher", |
|
67 | 68 | ] |
68 | 69 | }, |
69 | 70 | "resolutions": { |
70 | | - "vite": "^6.3.3" |
| 71 | + "vite": "^6.3.5" |
71 | 72 | }, |
72 | 73 | "simple-git-hooks": { |
73 | 74 | "pre-commit": "pnpm lint-staged", |
|
0 commit comments