Dep cleanups (#335)

This commit is contained in:
Jaco Greeff
2020-06-25 12:15:27 +02:00
committed by GitHub
parent b288773d15
commit 8dfaea2bfc
3 changed files with 23 additions and 21 deletions
+4 -3
View File
@@ -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"
}
}
+1 -1
View File
@@ -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",