Skip to content

Commit

Permalink
fix: fix vue peer version for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Aug 3, 2021
1 parent b2a6f30 commit 5adeca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"peerDependencies": {
"@antv/g2plot": "^2.3.0",
"@babel/runtime": "^7.13.0",
"@vue/composition-api": "^1.0.0-rc.2",
"vue": "^2.0.0 || >=3.0.0-rc.0"
"@vue/composition-api": "^1.0.0-rc.1",
"vue": "^2.0.0 || >=3.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
Expand Down

1 comment on commit 5adeca8

@vercel
Copy link

@vercel vercel bot commented on 5adeca8 Aug 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.