Skip to content

Commit

Permalink
chore: 3.0 release notes and bump peer deps (#9072)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jul 13, 2022
1 parent d23f7ba commit e6947e7
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
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vite": "workspace:*"
},
"peerDependencies": {
"vite": "^3.0.0-alpha",
"vite": "^3.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/tree/main/packages/plugin-vue#readme",
"peerDependencies": {
"vite": "^3.0.0-alpha",
"vite": "^3.0.0",
"vue": "^3.2.25"
},
"devDependencies": {
Expand Down

0 comments on commit e6947e7

Please sign in to comment.