Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
feat: support Vite 5 (#261)
Browse files Browse the repository at this point in the history
* feat: support Vite 5

* chore: update
  • Loading branch information
sxzz committed Dec 4, 2023
1 parent 41e05a2 commit bc05449
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 326 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dev": "vite build --watch"
},
"peerDependencies": {
"vite": "^3.1.0 || ^4.0.0-0"
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0"
},
"dependencies": {
"@vueuse/core": "^10.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"vite": "^3.1.0 || ^4.0.0-0"
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0"
},
"dependencies": {
"@babel/parser": "^7.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"stub": "unbuild --stub"
},
"peerDependencies": {
"vite": "^3.1.0 || ^4.0.0-0"
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0"
},
"dependencies": {
"@vite-plugin-vue-devtools/core": "workspace:*",
Expand Down
Loading

0 comments on commit bc05449

Please sign in to comment.