This commit is contained in:
Jaco
2021-04-25 08:28:52 +03:00
committed by GitHub
parent efa068c189
commit 887fb80d83
14 changed files with 186 additions and 179 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.74.2-0",
"version": "0.75.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^6.2.1",
"@polkadot/reactnative-identicon": "0.74.2-0",
"@polkadot/ui-keyring": "0.74.2-0",
"@polkadot/ui-settings": "0.74.2-0",
"@polkadot/util": "^6.2.1",
"@polkadot/util-crypto": "^6.2.1",
"@polkadot/keyring": "^6.3.1",
"@polkadot/reactnative-identicon": "0.75.0",
"@polkadot/ui-keyring": "0.75.0",
"@polkadot/ui-settings": "0.75.0",
"@polkadot/util": "^6.3.1",
"@polkadot/util-crypto": "^6.3.1",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -26,7 +26,7 @@
"react": "^17.0.2",
"react-native": "^0.64.0",
"react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.6.0",
"react-native-randombytes": "^3.6.1",
"stream-http": "^3.2.0"
},
"devDependencies": {