Skip to content

Commit

Permalink
chore: update to vite 6
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 29, 2024
1 parent c1335e6 commit ac2d73a
Show file tree
Hide file tree
Showing 3 changed files with 1,250 additions and 1,928 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
shamefully-hoist=true
strict-peer-dependencies=false
shell-emulator=true
auto-install-peers=false
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand All @@ -14,7 +14,7 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.0",
"@antfu/eslint-config": "^3.11.2",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/twemoji": "^1.2.1",
"@nuxt/devtools": "^1.6.1",
Expand All @@ -29,8 +29,12 @@
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"nuxt": "^3.14.1592",
"pinia": "^2.2.6",
"pinia": "^2.2.8",
"typescript": "~5.6.3",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"vite": "^6.0.1",
"vite-plugin-inspect": "^0.10.1"
}
}
Loading

0 comments on commit ac2d73a

Please sign in to comment.