Skip to content

Commit 034b106

Browse files
feat: Add support for Vite 6 and 7 in peer dependencies (#10)
* Initial plan * feat: add support for Vite 6 and 7 in peer dependencies Co-authored-by: canadianeagle <7003275+canadianeagle@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: canadianeagle <7003275+canadianeagle@users.noreply.github.com>
1 parent e561182 commit 034b106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"homepage": "https://www.tonyebrown.com/apps/vite-plugin-component-debugger",
5757
"peerDependencies": {
58-
"vite": "^4.0.0 || ^5.0.0"
58+
"vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
5959
},
6060
"dependencies": {
6161
"@babel/parser": "^7.24.0",

0 commit comments

Comments
 (0)