* 0.85.5

* Bump
This commit is contained in:
Jaco
2021-10-10 09:55:19 +03:00
committed by GitHub
parent 1e95898bd5
commit 5f0c9889c5
14 changed files with 930 additions and 696 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.85.4",
"version": "0.85.5",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
@@ -13,7 +13,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/ui-shared": "0.85.4",
"@polkadot/ui-shared": "0.85.5",
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"react-native-svg": "^12.2.0"
@@ -25,6 +25,6 @@
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.65.0"
"@types/react-native": "^0.65.5"
}
}