This commit is contained in:
Jaco Greeff
2021-01-17 16:03:59 +01:00
committed by GitHub
parent 510d33fd89
commit 1a1f351207
16 changed files with 147 additions and 246 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.65.2-5",
"version": "0.66.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^5.2.4-6",
"@polkadot/reactnative-identicon": "0.65.2-5",
"@polkadot/ui-keyring": "0.65.2-5",
"@polkadot/ui-settings": "0.65.2-5",
"@polkadot/util": "^5.2.4-6",
"@polkadot/util-crypto": "^5.2.4-6",
"@polkadot/keyring": "^5.2.4-7",
"@polkadot/reactnative-identicon": "0.66.0",
"@polkadot/ui-keyring": "0.66.0",
"@polkadot/ui-settings": "0.66.0",
"@polkadot/util": "^5.2.4-7",
"@polkadot/util-crypto": "^5.2.4-7",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",