Bump deps (#290)

This commit is contained in:
Jaco Greeff
2020-03-14 10:01:47 +01:00
committed by GitHub
parent f49b5a0389
commit 15c6b1cef6
14 changed files with 880 additions and 1079 deletions
+11 -11
View File
@@ -26,28 +26,28 @@
"@polkadot/reactnative-identicon": "0.52.0-beta.6",
"@polkadot/ui-keyring": "0.52.0-beta.6",
"@polkadot/ui-settings": "0.52.0-beta.6",
"@react-native-community/async-storage": "^1.7.1",
"fast-text-encoding": "^1.0.0",
"@react-native-community/async-storage": "^1.8.1",
"fast-text-encoding": "^1.0.1",
"get-yarn-workspaces": "^1.0.2",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "16.12.0",
"react-native": "^0.61.4",
"react": "16.13.0",
"react-native": "^0.61.5",
"react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.5.3",
"stream-http": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@polkadot/keyring": "^2.5.1",
"@polkadot/util": "^2.5.1",
"@polkadot/util-crypto": "^2.5.1",
"@react-native-community/cli-platform-ios": "^3.0.0",
"@babel/core": "^7.8.7",
"@babel/runtime": "^7.8.7",
"@polkadot/keyring": "^2.6.2",
"@polkadot/util": "^2.6.2",
"@polkadot/util-crypto": "^2.6.2",
"@react-native-community/cli-platform-ios": "^3.2.0",
"@types/react-test-renderer": "16.9.2",
"babel-jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "16.12.0"
"react-test-renderer": "16.13.0"
},
"peerDependencies": {
"@polkadot/keyring": "*",