Skip to content

Commit

Permalink
Merge pull request #42 from PrefectHQ/fix-peer-dependency
Browse files Browse the repository at this point in the history
Fix vue peer dependency
  • Loading branch information
pleek91 authored May 23, 2022
2 parents 7016bb3 + ebbaf85 commit 94d4c80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
@@ -1,6 +1,6 @@
{
"name": "@prefecthq/vue-charts",
"version": "0.0.13",
"version": "0.0.14",
"private": false,
"keywords": [
"vue3",
Expand Down Expand Up @@ -41,6 +41,6 @@
"lodash.debounce": "4.0.8"
},
"peerDependencies": {
"vue": "3.2.33"
"vue": "^3.2.33"
}
}

0 comments on commit 94d4c80

Please sign in to comment.