Skip to content

Commit

Permalink
chore: add vite 6 peer dep (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Nov 26, 2024
1 parent 599f813 commit 4288652
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 87 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"vite": "catalog:"
},
"peerDependencies": {
"vite": "^5.0.0",
"vite": "^5.0.0 || ^6.0.0",
"vue": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme",
"peerDependencies": {
"vite": "^5.0.0",
"vite": "^5.0.0 || ^6.0.0",
"vue": "^3.2.25"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"@vitejs/plugin-legacy": "^5.4.3"
"@vitejs/plugin-legacy": "^6.0.0"
}
}
Loading

0 comments on commit 4288652

Please sign in to comment.