* 0.62

* Fix to 0.62
This commit is contained in:
Jaco Greeff
2020-11-09 12:24:27 +01:00
committed by GitHub
parent 77a9377503
commit a3ece8770c
14 changed files with 251 additions and 310 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.61.2-7",
"version": "0.62.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,9 +10,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/ui-shared": "^0.61.2-7",
"@polkadot/util": "^4.0.0-5",
"@polkadot/util-crypto": "^4.0.0-5",
"@polkadot/ui-shared": "0.62.0",
"@polkadot/util": "^4.0.1",
"@polkadot/util-crypto": "^4.0.1",
"react-native-svg": "^12.1.0"
},
"peerDependencies": {