|
2 | 2 | "name": "nuxt-vant-mobile", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.1.0", |
5 | | - "packageManager": "pnpm@9.14.4", |
| 5 | + "packageManager": "pnpm@9.15.1", |
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.1.0", |
| 20 | + "@nuxtjs/i18n": "^9.1.1", |
21 | 21 | "nuxt": "^3.14.1592", |
22 | | - "pinia-plugin-persistedstate": "^4.1.3", |
| 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": "^3.11.2", |
28 | | - "@commitlint/cli": "^19.6.0", |
| 27 | + "@antfu/eslint-config": "^3.12.1", |
| 28 | + "@commitlint/cli": "^19.6.1", |
29 | 29 | "@commitlint/config-conventional": "^19.6.0", |
30 | | - "@iconify-json/carbon": "^1.2.4", |
31 | | - "@nuxt/eslint": "^0.7.2", |
32 | | - "@pinia/nuxt": "^0.8.0", |
33 | | - "@unocss/eslint-plugin": "0.65.0-beta.2", |
34 | | - "@unocss/nuxt": "0.65.0-beta.2", |
35 | | - "@unocss/preset-rem-to-px": "0.65.0-beta.2", |
| 30 | + "@iconify-json/carbon": "^1.2.5", |
| 31 | + "@nuxt/eslint": "^0.7.4", |
| 32 | + "@pinia/nuxt": "^0.9.0", |
| 33 | + "@unocss/eslint-plugin": "0.65.2", |
| 34 | + "@unocss/nuxt": "0.65.2", |
| 35 | + "@unocss/preset-rem-to-px": "0.65.2", |
36 | 36 | "@vant/nuxt": "^1.0.6", |
37 | | - "bumpp": "^9.8.1", |
38 | | - "eslint": "^9.16.0", |
| 37 | + "bumpp": "^9.9.2", |
| 38 | + "eslint": "^9.17.0", |
39 | 39 | "eslint-plugin-format": "^0.1.3", |
40 | | - "lint-staged": "^15.2.10", |
| 40 | + "lint-staged": "^15.2.11", |
| 41 | + "pinia": "^2.3.0", |
41 | 42 | "postcss-mobile-forever": "^4.3.1", |
42 | 43 | "simple-git-hooks": "^2.11.1", |
43 | | - "typescript": "~5.6.3", |
44 | | - "vant": "^4.9.9", |
45 | | - "vue-tsc": "^2.1.10" |
| 44 | + "typescript": "~5.7.2", |
| 45 | + "vant": "^4.9.15", |
| 46 | + "vue-tsc": "^2.2.0" |
46 | 47 | }, |
47 | 48 | "pnpm": { |
48 | 49 | "peerDependencyRules": { |
49 | 50 | "allowedVersions": { |
50 | | - "meow": "^12.x" |
| 51 | + "meow": "^12.x", |
| 52 | + "vue-tsc": "^2.2.0" |
51 | 53 | } |
52 | 54 | }, |
53 | 55 | "allowedDeprecatedVersions": { |
|
57 | 59 | "inflight": "1", |
58 | 60 | "npmlog": "5", |
59 | 61 | "rimraf": "3" |
60 | | - }, |
61 | | - "patchedDependencies": { |
62 | | - "@nuxtjs/i18n@9.1.0": "patches/@nuxtjs__i18n@9.1.0.patch" |
63 | 62 | } |
64 | 63 | }, |
65 | 64 | "resolutions": { |
66 | | - "vite": "^6.0.1" |
| 65 | + "vite": "^6.0.5" |
67 | 66 | }, |
68 | 67 | "simple-git-hooks": { |
69 | 68 | "pre-commit": "pnpm lint-staged", |
|
0 commit comments