Skip to content

Commit 130b5a1

Browse files
committed
chore: update to vite 6
1 parent 39ac42f commit 130b5a1

File tree

2 files changed

+1515
-2657
lines changed

2 files changed

+1515
-2657
lines changed

package.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-vant-mobile",
33
"type": "module",
44
"private": true,
5-
"packageManager": "pnpm@9.14.2",
5+
"packageManager": "pnpm@9.14.4",
66
"scripts": {
77
"build": "nuxt build",
88
"dev": "nuxt dev",
@@ -11,7 +11,8 @@
1111
"postinstall": "nuxt prepare",
1212
"lint": "eslint .",
1313
"lint:fix": "eslint . --fix",
14-
"commitlint": "commitlint --edit"
14+
"commitlint": "commitlint --edit",
15+
"typecheck": "vue-tsc --noEmit"
1516
},
1617
"dependencies": {
1718
"@nuxtjs/color-mode": "^3.5.2",
@@ -22,22 +23,22 @@
2223
"vue-router": "^4.5.0"
2324
},
2425
"devDependencies": {
25-
"@antfu/eslint-config": "^3.10.0",
26+
"@antfu/eslint-config": "^3.11.2",
2627
"@commitlint/cli": "^19.6.0",
2728
"@commitlint/config-conventional": "^19.6.0",
2829
"@iconify-json/carbon": "^1.2.4",
2930
"@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",
3435
"@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",
3738
"lint-staged": "^15.2.10",
38-
"postcss-mobile-forever": "^4.3.0",
39+
"postcss-mobile-forever": "^4.3.1",
3940
"simple-git-hooks": "^2.11.1",
40-
"typescript": "^5.6.3",
41+
"typescript": "~5.6.3",
4142
"vant": "^4.9.9",
4243
"vue-tsc": "^2.1.10"
4344
},
@@ -59,6 +60,9 @@
5960
"@nuxtjs/i18n@9.1.0": "patches/@nuxtjs__i18n@9.1.0.patch"
6061
}
6162
},
63+
"resolutions": {
64+
"vite": "^6.0.1"
65+
},
6266
"simple-git-hooks": {
6367
"pre-commit": "pnpm lint-staged",
6468
"commit-msg": "pnpm commitlint $1"

0 commit comments

Comments
 (0)