Skip to content

Commit

Permalink
fix: peer dependency drop Vue.js < 2.7 (#947) (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed Dec 21, 2022
1 parent 500a6fd commit 5808c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -73,7 +73,7 @@
},
"peerDependencies": {
"chart.js": "^4.1.1",
"vue": "^3.0.0-0 || ^2.6.0"
"vue": "^3.0.0-0 || ^2.7.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
Expand Down

0 comments on commit 5808c6e

Please sign in to comment.