This commit is contained in:
Jaco
2023-01-15 21:27:52 +02:00
committed by GitHub
parent 9b4845a6d4
commit 7fa98ef5a1
16 changed files with 853 additions and 719 deletions
+7 -7
View File
@@ -17,18 +17,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.9.15",
"version": "2.10.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/keyring": "^10.2.3",
"@polkadot/ui-settings": "2.9.15",
"@polkadot/ui-shared": "2.9.15",
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3",
"@polkadot/keyring": "^10.2.6",
"@polkadot/ui-settings": "2.10.0",
"@polkadot/ui-shared": "2.10.0",
"@polkadot/util": "^10.2.6",
"@polkadot/util-crypto": "^10.2.6",
"color": "^3.2.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.1",
"jdenticon": "3.2.0",
"react-copy-to-clipboard": "^5.1.0",
"styled-components": "^5.3.6"
},