This commit is contained in:
Jaco
2021-10-24 19:34:35 +02:00
committed by GitHub
parent dc2c83d21c
commit ade03fcc7e
14 changed files with 586 additions and 631 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.86.2-1",
"version": "0.86.2",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^7.5.1",
"@polkadot/reactnative-identicon": "0.86.2-1",
"@polkadot/ui-keyring": "0.86.2-1",
"@polkadot/ui-settings": "0.86.2-1",
"@polkadot/util": "^7.5.1",
"@polkadot/util-crypto": "^7.5.1",
"@polkadot/keyring": "^7.6.1",
"@polkadot/reactnative-identicon": "0.86.2",
"@polkadot/ui-keyring": "0.86.2",
"@polkadot/ui-settings": "0.86.2",
"@polkadot/util": "^7.6.1",
"@polkadot/util-crypto": "^7.6.1",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -34,7 +34,7 @@
"@babel/runtime": "^7.15.4",
"@react-native-community/cli-platform-ios": "^5.0.2",
"@types/react-test-renderer": "17.0.1",
"babel-jest": "^27.2.5",
"babel-jest": "^27.3.1",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2"
},