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 53c46fe commit 43aa63c
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 @@ -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
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 43aa63c

Please sign in to comment.