Skip to content

Commit

Permalink
chore: vite 5 peerDep for vite-plugin-vue-jsx (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Nov 16, 2023
1 parent f92861a commit a74db21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"vite": "^4.4.9"
},
"peerDependencies": {
"vite": "^4.0.0",
"vite": "^4.0.0 || ^5.0.0",
"vue": "^3.0.0"
}
}

0 comments on commit a74db21

Please sign in to comment.