Bump deps (#316)

* Bump deps

* Remove unused deps

* Bump berry

* Bump berry
This commit is contained in:
Jaco Greeff
2020-05-11 11:43:05 +02:00
committed by GitHub
parent e84758440f
commit 435a9b3cd4
19 changed files with 3287 additions and 2986 deletions
+9 -9
View File
@@ -26,7 +26,7 @@
"@polkadot/reactnative-identicon": "0.53.0-beta.2",
"@polkadot/ui-keyring": "0.53.0-beta.2",
"@polkadot/ui-settings": "0.53.0-beta.2",
"@react-native-community/async-storage": "^1.9.0",
"@react-native-community/async-storage": "^1.10.0",
"fast-text-encoding": "^1.0.2",
"get-yarn-workspaces": "^1.0.2",
"os-browserify": "^0.3.0",
@@ -35,17 +35,17 @@
"react-native": "^0.62.2",
"react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.5.3",
"stream-http": "^3.1.0"
"stream-http": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@polkadot/keyring": "^2.9.1",
"@polkadot/util": "^2.9.1",
"@polkadot/util-crypto": "^2.9.1",
"@react-native-community/cli-platform-ios": "^4.7.0",
"@babel/core": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@polkadot/keyring": "^2.10.0-beta.3",
"@polkadot/util": "^2.10.0-beta.3",
"@polkadot/util-crypto": "^2.10.0-beta.3",
"@react-native-community/cli-platform-ios": "^4.8.0",
"@types/react-test-renderer": "16.9.2",
"babel-jest": "^25.4.0",
"babel-jest": "^26.0.1",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.13.1"
},