Skip to content

Commit

Permalink
update vite & vitest
Browse files Browse the repository at this point in the history
Closes #233
  • Loading branch information
cometkim committed Dec 4, 2023
1 parent 8573429 commit 87e8bc2
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 358 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"node": ">=16.0.0"
},
"resolutions": {
"browserslist": "4.21.9"
"browserslist": "4.21.9",
"vite": "^5.0.0"
},
"peerDependencies": {
"typescript": "^3.7.0 || ^4.0.0 || ^5.0.0"
Expand Down Expand Up @@ -61,8 +62,7 @@
"all-contributors-cli": "^6.24.0",
"pkg-types": "^1.0.1",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"vitest": "^0.34.0"
"vitest": "^0.34.6"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 87e8bc2

Please sign in to comment.