* 0.50

* Dep bumps
This commit is contained in:
Jaco Greeff
2020-02-16 09:18:04 +01:00
committed by GitHub
parent c29613faed
commit 6fb91e2e56
15 changed files with 155 additions and 149 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.50.0-beta.4",
"version": "0.50.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.8.4",
"@polkadot/ui-shared": "^0.50.0-beta.4",
"@polkadot/ui-shared": "^0.50.0",
"react-native-svg": "^11.0.1"
},
"peerDependencies": {
@@ -19,7 +19,7 @@
"react-native": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^2.3.0-beta.6",
"@polkadot/util-crypto": "^2.3.1",
"@types/react-native": "^0.61.12"
}
}