mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-17 19:31:04 +00:00
Dep cleanups (#335)
This commit is contained in:
@@ -14,8 +14,7 @@
|
||||
"@polkadot/ui-shared": "0.55.0-beta.1",
|
||||
"color": "^3.1.2",
|
||||
"jdenticon": "2.2.0",
|
||||
"react-copy-to-clipboard": "^5.0.2",
|
||||
"styled-components": "^5.1.1"
|
||||
"react-copy-to-clipboard": "^5.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/keyring": "*",
|
||||
@@ -23,7 +22,8 @@
|
||||
"@polkadot/util-crypto": "*",
|
||||
"react": "*",
|
||||
"react-dom": "*",
|
||||
"react-is": "*"
|
||||
"react-is": "*",
|
||||
"styled-components": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^2.15.1",
|
||||
@@ -32,6 +32,7 @@
|
||||
"@types/react-copy-to-clipboard": "^4.3.0",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/styled-components": "^5.1.0",
|
||||
"styled-components": "^5.1.1",
|
||||
"xmlserializer": "^0.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^2.15.1",
|
||||
"@polkadot/types": "^1.22.0-beta.1",
|
||||
"@polkadot/types": "^1.22.0-beta.3",
|
||||
"@polkadot/util": "^2.15.1",
|
||||
"@types/ledgerhq__hw-transport-node-hid": "^4.22.1",
|
||||
"@types/ledgerhq__hw-transport-webusb": "^4.70.0",
|
||||
|
||||
Reference in New Issue
Block a user