|
2 | 2 | "name": "nuxt-vant-mobile", |
3 | 3 | "type": "module", |
4 | 4 | "private": true, |
5 | | - "packageManager": "pnpm@9.14.2", |
| 5 | + "packageManager": "pnpm@9.14.4", |
6 | 6 | "scripts": { |
7 | 7 | "build": "nuxt build", |
8 | 8 | "dev": "nuxt dev", |
|
11 | 11 | "postinstall": "nuxt prepare", |
12 | 12 | "lint": "eslint .", |
13 | 13 | "lint:fix": "eslint . --fix", |
14 | | - "commitlint": "commitlint --edit" |
| 14 | + "commitlint": "commitlint --edit", |
| 15 | + "typecheck": "vue-tsc --noEmit" |
15 | 16 | }, |
16 | 17 | "dependencies": { |
17 | 18 | "@nuxtjs/color-mode": "^3.5.2", |
|
22 | 23 | "vue-router": "^4.5.0" |
23 | 24 | }, |
24 | 25 | "devDependencies": { |
25 | | - "@antfu/eslint-config": "^3.10.0", |
| 26 | + "@antfu/eslint-config": "^3.11.2", |
26 | 27 | "@commitlint/cli": "^19.6.0", |
27 | 28 | "@commitlint/config-conventional": "^19.6.0", |
28 | 29 | "@iconify-json/carbon": "^1.2.4", |
29 | 30 | "@nuxt/eslint": "^0.7.2", |
30 | | - "@pinia/nuxt": "^0.7.0", |
31 | | - "@unocss/eslint-plugin": "^0.64.1", |
32 | | - "@unocss/nuxt": "^0.64.1", |
33 | | - "@unocss/preset-rem-to-px": "^0.64.1", |
| 31 | + "@pinia/nuxt": "^0.8.0", |
| 32 | + "@unocss/eslint-plugin": "0.65.0-beta.2", |
| 33 | + "@unocss/nuxt": "0.65.0-beta.2", |
| 34 | + "@unocss/preset-rem-to-px": "0.65.0-beta.2", |
34 | 35 | "@vant/nuxt": "^1.0.6", |
35 | | - "eslint": "^9.15.0", |
36 | | - "eslint-plugin-format": "^0.1.2", |
| 36 | + "eslint": "^9.16.0", |
| 37 | + "eslint-plugin-format": "^0.1.3", |
37 | 38 | "lint-staged": "^15.2.10", |
38 | | - "postcss-mobile-forever": "^4.3.0", |
| 39 | + "postcss-mobile-forever": "^4.3.1", |
39 | 40 | "simple-git-hooks": "^2.11.1", |
40 | | - "typescript": "^5.6.3", |
| 41 | + "typescript": "~5.6.3", |
41 | 42 | "vant": "^4.9.9", |
42 | 43 | "vue-tsc": "^2.1.10" |
43 | 44 | }, |
|
59 | 60 | "@nuxtjs/i18n@9.1.0": "patches/@nuxtjs__i18n@9.1.0.patch" |
60 | 61 | } |
61 | 62 | }, |
| 63 | + "resolutions": { |
| 64 | + "vite": "^6.0.1" |
| 65 | + }, |
62 | 66 | "simple-git-hooks": { |
63 | 67 | "pre-commit": "pnpm lint-staged", |
64 | 68 | "commit-msg": "pnpm commitlint $1" |
|
0 commit comments