Skip to content

Commit

Permalink
chore: update plugins peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 13, 2022
1 parent 1780a8a commit d57c23c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"systemjs": "^6.12.1"
},
"peerDependencies": {
"vite": "^2.8.0"
"vite": "^3.0.0-alpha"
},
"devDependencies": {
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"resolve": "^1.22.0"
},
"peerDependencies": {
"vite": "^2.0.0"
"vite": "^3.0.0-alpha"
},
"devDependencies": {
"vite": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vite": "workspace:*"
},
"peerDependencies": {
"vite": "^2.0.0",
"vite": "^3.0.0-alpha",
"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/tree/main/packages/plugin-vue#readme",
"peerDependencies": {
"vite": "^2.5.10",
"vite": "^3.0.0-alpha",
"vue": "^3.2.25"
},
"devDependencies": {
Expand Down

0 comments on commit d57c23c

Please sign in to comment.