Bump deps (& use packageInfo detection) (#441)

This commit is contained in:
Jaco Greeff
2021-02-16 13:27:29 +01:00
committed by GitHub
parent 756af81132
commit 1fb62d2964
21 changed files with 430 additions and 361 deletions
+4 -4
View File
@@ -9,11 +9,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.13",
"@polkadot/keyring": "^5.6.2",
"@polkadot/keyring": "^5.6.3",
"@polkadot/ui-settings": "0.69.2-0",
"@polkadot/ui-shared": "0.69.2-0",
"@polkadot/util": "^5.6.2",
"@polkadot/util-crypto": "^5.6.2",
"@polkadot/util": "^5.6.3",
"@polkadot/util-crypto": "^5.6.3",
"color": "^3.1.3",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.0",
@@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-dom": "^17.0.1",
"@types/styled-components": "^5.1.7",
"styled-components": "^5.2.1",
"xmlserializer": "^0.6.1"