mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 05:37:58 +00:00
Add other polkadot-js repos as peer dependencies (#59)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-keyring",
|
||||
"version": "0.24.30",
|
||||
"version": "0.25.0",
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/polkadot-js/apps.git",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
@@ -11,9 +11,18 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.2.0",
|
||||
"@polkadot/keyring": "^0.33.30",
|
||||
"@polkadot/types": "^0.37.10",
|
||||
"@types/store": "^2.0.1",
|
||||
"rxjs": "^6.3.3",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
"devDependecies": {
|
||||
"@polkadot/keyring": "^0.33.30",
|
||||
"@polkadot/types": "^0.38.1",
|
||||
"@polkadot/util": "^0.33.30"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/keyring": "*",
|
||||
"@polkadot/types": "*",
|
||||
"@polkadot/util": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user