This commit is contained in:
Jaco
2022-04-09 09:57:41 +02:00
committed by GitHub
parent 08d71f0675
commit 779fedd4ae
13 changed files with 334 additions and 322 deletions
+9 -9
View File
@@ -17,15 +17,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.4.2-2",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.8",
"@polkadot/keyring": "^8.7.2-3",
"@polkadot/ui-settings": "1.4.2-2",
"@polkadot/ui-shared": "1.4.2-2",
"@polkadot/util": "^8.7.2-3",
"@polkadot/util-crypto": "^8.7.2-3",
"@babel/runtime": "^7.17.9",
"@polkadot/keyring": "^9.0.1",
"@polkadot/ui-settings": "2.0.0",
"@polkadot/ui-shared": "2.0.0",
"@polkadot/util": "^9.0.1",
"@polkadot/util-crypto": "^9.0.1",
"color": "^3.2.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.1",
@@ -34,8 +34,8 @@
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.14",
"@types/styled-components": "^5.1.24",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.25",
"styled-components": "^5.3.5",
"xmlserializer": "^0.6.1"
},