Bump deps (#296)

* Bump deps

* @types/jest

* TS 3.8.3
This commit is contained in:
Jaco Greeff
2020-03-21 10:27:57 +01:00
committed by GitHub
parent b5882bf3a4
commit 49c4c592f1
13 changed files with 653 additions and 568 deletions
+6 -6
View File
@@ -31,23 +31,23 @@
"get-yarn-workspaces": "^1.0.2",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "16.13.0",
"react": "16.13.1",
"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.7",
"@babel/runtime": "^7.8.7",
"@babel/core": "^7.9.0",
"@babel/runtime": "^7.9.0",
"@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",
"@react-native-community/cli-platform-ios": "^4.3.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.13.0"
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.13.1"
},
"peerDependencies": {
"@polkadot/keyring": "*",