mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-14 23:01:02 +00:00
Adjust Vue peerDependency, >= 2.7 for defineComponent (#782)
* Adjust Vue peerDependency, >= 2.7 for defineComponent * Bump to dev dep to vue 2.7.16
This commit is contained in:
@@ -28,11 +28,11 @@
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vue": "^2.7.15"
|
||||
"vue": "^2.7.16"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "*",
|
||||
"@polkadot/util-crypto": "*",
|
||||
"vue": "^2.7"
|
||||
"vue": ">= 2.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user