This commit is contained in:
Jaco Greeff
2020-10-19 08:42:35 +02:00
committed by GitHub
parent 8e4ecac74b
commit 14ac686780
14 changed files with 347 additions and 344 deletions
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-identicon",
"version": "0.60.2-3",
"version": "0.61.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -9,13 +9,13 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/keyring": "^3.6.0-beta.14",
"@polkadot/ui-settings": "0.60.2-3",
"@polkadot/ui-shared": "0.60.2-3",
"@polkadot/util": "^3.6.0-beta.14",
"@polkadot/util-crypto": "^3.6.0-beta.14",
"color": "^3.1.2",
"@babel/runtime": "^7.12.1",
"@polkadot/keyring": "^3.6.1",
"@polkadot/ui-settings": "0.61.0",
"@polkadot/ui-shared": "0.61.0",
"@polkadot/util": "^3.6.1",
"@polkadot/util-crypto": "^3.6.1",
"color": "^3.1.3",
"jdenticon": "2.2.0",
"react-copy-to-clipboard": "^5.0.2"
},
@@ -31,7 +31,7 @@
"devDependencies": {
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.3",
"@types/styled-components": "^5.1.4",
"styled-components": "^5.2.0",
"xmlserializer": "^0.6.1"
}