This commit is contained in:
Jaco Greeff
2020-09-28 10:08:08 +02:00
committed by GitHub
parent 4e92aab586
commit 678d4dc524
15 changed files with 105 additions and 95 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.59.0-beta.12",
"version": "0.59.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/ui-shared": "0.59.0-beta.12",
"@polkadot/ui-shared": "0.59.0",
"react-native-svg": "^12.1.0"
},
"peerDependencies": {
@@ -19,7 +19,7 @@
"react-native": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^3.5.0-beta.14",
"@polkadot/util-crypto": "^3.5.1",
"@types/react-native": "^0.63.22"
}
}