Skip to content

Commit

Permalink
chore: upgrade to vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 17, 2023
1 parent a2e9f70 commit 41b9f24
Show file tree
Hide file tree
Showing 2 changed files with 308 additions and 580 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^1.1.1",
"@antfu/eslint-config": "^1.2.1",
"@antfu/ni": "^0.21.9",
"@antfu/utils": "^0.7.6",
"@types/node": "^20.9.0",
"@types/node": "^20.9.1",
"bumpp": "^9.2.0",
"eslint": "^8.53.0",
"esno": "^4.0.0",
Expand All @@ -61,8 +61,8 @@
"simple-git-hooks": "^2.9.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.5.0",
"vitest": "^0.34.6"
"vite": "^5.0.0",
"vitest": "^1.0.0-beta.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 41b9f24

Please sign in to comment.