mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-24 08:55:42 +00:00
Explicit deps & bumps (#275)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.8.3",
|
||||
"@babel/runtime": "^7.8.4",
|
||||
"@polkadot/ui-settings": "^0.50.0-beta.0",
|
||||
"@polkadot/ui-shared": "^0.50.0-beta.0",
|
||||
"@types/react-copy-to-clipboard": "^4.3.0",
|
||||
@@ -20,12 +20,15 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/keyring": "*",
|
||||
"@polkadot/util": "*",
|
||||
"@polkadot/util-crypto": "*",
|
||||
"react": "*"
|
||||
"react": "*",
|
||||
"react-dom": "*",
|
||||
"react-is": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^2.2.1",
|
||||
"@polkadot/util-crypto": "^2.2.1",
|
||||
"@polkadot/keyring": "^2.3.0-beta.0",
|
||||
"@polkadot/util-crypto": "^2.3.0-beta.0",
|
||||
"xmlserializer": "^0.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user