Bump deps (#392)

This commit is contained in:
Jaco Greeff
2020-11-06 10:47:15 +01:00
committed by GitHub
parent 8e151b721a
commit 01d753ff99
13 changed files with 287 additions and 361 deletions
+7 -7
View File
@@ -9,17 +9,17 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/keyring": "^4.0.0-3",
"@babel/runtime": "^7.12.5",
"@polkadot/keyring": "^4.0.0-5",
"@polkadot/ui-settings": "^0.61.2-5",
"@polkadot/ui-shared": "^0.61.2-5",
"@polkadot/util": "^4.0.0-3",
"@polkadot/util-crypto": "^4.0.0-3",
"@polkadot/util": "^4.0.0-5",
"@polkadot/util-crypto": "^4.0.0-5",
"color": "^3.1.3",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "2.2.0",
"react-copy-to-clipboard": "^5.0.2",
"styled-components": "^5.2.0"
"styled-components": "^5.2.1"
},
"peerDependencies": {
"@polkadot/keyring": "*",
@@ -32,9 +32,9 @@
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.8",
"@types/react-dom": "^16.9.9",
"@types/styled-components": "^5.1.4",
"styled-components": "^5.2.0",
"styled-components": "^5.2.1",
"xmlserializer": "^0.6.1"
}
}