This commit is contained in:
Jaco Greeff
2020-12-11 10:47:03 +01:00
parent 9562762403
commit e061c22ab1
11 changed files with 244 additions and 248 deletions
+4 -4
View File
@@ -9,11 +9,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/keyring": "^4.2.2-11",
"@polkadot/keyring": "^4.2.2-12",
"@polkadot/ui-settings": "0.62.2-25",
"@polkadot/ui-shared": "0.62.2-25",
"@polkadot/util": "^4.2.2-11",
"@polkadot/util-crypto": "^4.2.2-11",
"@polkadot/util": "^4.2.2-12",
"@polkadot/util-crypto": "^4.2.2-12",
"color": "^3.1.3",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "2.2.0",
@@ -32,7 +32,7 @@
"devDependencies": {
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.4",
"@types/styled-components": "^5.1.5",
"styled-components": "^5.2.1",
"xmlserializer": "^0.6.1"
}