Skip to content

Commit ac2d73a

Browse files
committed
chore: update to vite 6
1 parent c1335e6 commit ac2d73a

File tree

3 files changed

+1250
-1928
lines changed

3 files changed

+1250
-1928
lines changed

Diff for: .npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
shamefully-hoist=true
22
strict-peer-dependencies=false
33
shell-emulator=true
4+
auto-install-peers=false

Diff for: package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "[email protected].2",
4+
"packageManager": "[email protected].3",
55
"scripts": {
66
"build": "nuxi build",
77
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
@@ -14,7 +14,7 @@
1414
"typecheck": "vue-tsc --noEmit"
1515
},
1616
"devDependencies": {
17-
"@antfu/eslint-config": "^3.11.0",
17+
"@antfu/eslint-config": "^3.11.2",
1818
"@iconify-json/carbon": "^1.2.4",
1919
"@iconify-json/twemoji": "^1.2.1",
2020
"@nuxt/devtools": "^1.6.1",
@@ -29,8 +29,12 @@
2929
"eslint": "^9.15.0",
3030
"eslint-plugin-format": "^0.1.2",
3131
"nuxt": "^3.14.1592",
32-
"pinia": "^2.2.6",
32+
"pinia": "^2.2.8",
3333
"typescript": "~5.6.3",
3434
"vue-tsc": "^2.1.10"
35+
},
36+
"resolutions": {
37+
"vite": "^6.0.1",
38+
"vite-plugin-inspect": "^0.10.1"
3539
}
3640
}

0 commit comments

Comments
 (0)