This commit is contained in:
Jaco Greeff
2021-04-12 10:13:37 +03:00
committed by GitHub
parent 4768817661
commit 291a478290
14 changed files with 239 additions and 232 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.72.2-0",
"version": "0.73.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.5",
"@polkadot/reactnative-identicon": "0.72.2-0",
"@polkadot/ui-keyring": "0.72.2-0",
"@polkadot/ui-settings": "0.72.2-0",
"@polkadot/util": "^6.0.5",
"@polkadot/util-crypto": "^6.0.5",
"@polkadot/keyring": "^6.1.1",
"@polkadot/reactnative-identicon": "0.73.0",
"@polkadot/ui-keyring": "0.73.0",
"@polkadot/ui-settings": "0.73.0",
"@polkadot/util": "^6.1.1",
"@polkadot/util-crypto": "^6.1.1",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -30,7 +30,7 @@
"stream-http": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/runtime": "^7.13.10",
"@react-native-community/cli-platform-ios": "^5.0.1-alpha.2",
"@types/react-test-renderer": "17.0.1",