This commit is contained in:
Jaco Greeff
2021-03-06 07:48:44 +01:00
committed by GitHub
parent a5bc4bc902
commit 2509347330
15 changed files with 154 additions and 147 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.70.2-3",
"version": "0.71.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^6.0.2",
"@polkadot/reactnative-identicon": "0.70.2-3",
"@polkadot/ui-keyring": "0.70.2-3",
"@polkadot/ui-settings": "0.70.2-3",
"@polkadot/util": "^6.0.2",
"@polkadot/util-crypto": "^6.0.2",
"@polkadot/keyring": "^6.0.3",
"@polkadot/reactnative-identicon": "0.71.0",
"@polkadot/ui-keyring": "0.71.0",
"@polkadot/ui-settings": "0.71.0",
"@polkadot/util": "^6.0.3",
"@polkadot/util-crypto": "^6.0.3",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",