This commit is contained in:
Jaco
2021-07-11 13:25:29 +03:00
committed by GitHub
parent 63440d051f
commit 3e555546cd
14 changed files with 140 additions and 138 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.83.2-5",
"version": "0.84.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
@@ -13,9 +13,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@polkadot/ui-shared": "0.83.2-5",
"@polkadot/util": "^6.11.2-15",
"@polkadot/util-crypto": "^6.11.2-15",
"@polkadot/ui-shared": "0.84.0",
"@polkadot/util": "^7.0.1",
"@polkadot/util-crypto": "^7.0.1",
"react-native-svg": "^12.1.1"
},
"peerDependencies": {