Skip to content

Commit

Permalink
refactor!: drop vite 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 18, 2023
1 parent f5d8a29 commit fcabfa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Expand Up @@ -42,7 +42,7 @@
"vite": "^5.0.0"
},
"peerDependencies": {
"vite": "^4.0.0 || ^5.0.0",
"vite": "^5.0.0",
"vue": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme",
"peerDependencies": {
"vite": "^4.0.0 || ^5.0.0",
"vite": "^5.0.0",
"vue": "^3.2.25"
},
"devDependencies": {
Expand Down

0 comments on commit fcabfa5

Please sign in to comment.