This commit is contained in:
Jaco Greeff
2020-10-19 08:42:35 +02:00
committed by GitHub
parent 8e4ecac74b
commit 14ac686780
14 changed files with 347 additions and 344 deletions
+11 -11
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.60.2-3",
"version": "0.61.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,31 +12,31 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^3.6.0-beta.14",
"@polkadot/reactnative-identicon": "0.60.2-3",
"@polkadot/ui-keyring": "0.60.2-3",
"@polkadot/ui-settings": "0.60.2-3",
"@polkadot/util": "^3.6.0-beta.14",
"@polkadot/util-crypto": "^3.6.0-beta.14",
"@polkadot/keyring": "^3.6.1",
"@polkadot/reactnative-identicon": "0.61.0",
"@polkadot/ui-keyring": "0.61.0",
"@polkadot/ui-settings": "0.61.0",
"@polkadot/util": "^3.6.1",
"@polkadot/util-crypto": "^3.6.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": "16.13.1",
"react": "^16.14.0",
"react-native": "^0.63.3",
"react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.5.3",
"stream-http": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@babel/core": "^7.12.3",
"@babel/runtime": "^7.12.1",
"@react-native-community/cli-platform-ios": "^4.13.0",
"@types/react-test-renderer": "16.9.3",
"babel-jest": "^26.5.2",
"metro-react-native-babel-preset": "^0.63.0",
"react-test-renderer": "16.13.1"
"react-test-renderer": "16.14.0"
},
"peerDependencies": {
"@polkadot/keyring": "*",