Skip to content

Commit

Permalink
Adjust Vue peerDependency, >= 2.7 for defineComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Jan 11, 2024
1 parent 6670bf7 commit b958b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vue-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*",
"vue": "^2.7"
"vue": ">= 2.7"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,7 @@ __metadata:
peerDependencies:
"@polkadot/util": "*"
"@polkadot/util-crypto": "*"
vue: ^2.7
vue: ">= 2.7"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit b958b1e

Please sign in to comment.