* 0.71.2

* Bumps
This commit is contained in:
Jaco Greeff
2021-03-07 16:46:07 +01:00
committed by GitHub
parent 5a0158c372
commit 401e55a7bd
14 changed files with 159 additions and 152 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.71.1",
"version": "0.71.2",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^6.0.3",
"@polkadot/reactnative-identicon": "0.71.1",
"@polkadot/ui-keyring": "0.71.1",
"@polkadot/ui-settings": "0.71.1",
"@polkadot/util": "^6.0.3",
"@polkadot/util-crypto": "^6.0.3",
"@polkadot/keyring": "^6.0.4",
"@polkadot/reactnative-identicon": "0.71.2",
"@polkadot/ui-keyring": "0.71.2",
"@polkadot/ui-settings": "0.71.2",
"@polkadot/util": "^6.0.4",
"@polkadot/util-crypto": "^6.0.4",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -35,7 +35,7 @@
"@react-native-community/cli-platform-ios": "^4.13.0",
"@types/react-test-renderer": "17.0.1",
"babel-jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.65.1",
"metro-react-native-babel-preset": "^0.65.2",
"react-test-renderer": "17.0.1"
},
"jest": {