This commit is contained in:
Jaco
2021-10-16 09:44:31 +03:00
committed by GitHub
parent 725feb2528
commit 24dc52741b
14 changed files with 567 additions and 614 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.85.6-0",
"version": "0.86.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,19 +12,19 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^7.4.1",
"@polkadot/reactnative-identicon": "0.85.6-0",
"@polkadot/ui-keyring": "0.85.6-0",
"@polkadot/ui-settings": "0.85.6-0",
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"@polkadot/keyring": "^7.5.1",
"@polkadot/reactnative-identicon": "0.86.0",
"@polkadot/ui-keyring": "0.86.0",
"@polkadot/ui-settings": "0.86.0",
"@polkadot/util": "^7.5.1",
"@polkadot/util-crypto": "^7.5.1",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "^17.0.2",
"react-native": "^0.66.0",
"react-native": "^0.66.1",
"react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.6.1",
"stream-http": "^3.2.0"