Bump deps (& use packageInfo detection) (#441)

This commit is contained in:
Jaco Greeff
2021-02-16 13:27:29 +01:00
committed by GitHub
parent 756af81132
commit 1fb62d2964
21 changed files with 430 additions and 361 deletions
+6 -6
View File
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^5.6.2",
"@polkadot/keyring": "^5.6.3",
"@polkadot/reactnative-identicon": "0.69.2-0",
"@polkadot/ui-keyring": "0.69.2-0",
"@polkadot/ui-settings": "0.69.2-0",
"@polkadot/util": "^5.6.2",
"@polkadot/util-crypto": "^5.6.2",
"@polkadot/util": "^5.6.3",
"@polkadot/util-crypto": "^5.6.3",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -30,12 +30,12 @@
"stream-http": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/core": "^7.12.16",
"@babel/runtime": "^7.12.13",
"@react-native-community/cli-platform-ios": "^4.13.0",
"@types/react-test-renderer": "17.0.0",
"@types/react-test-renderer": "17.0.1",
"babel-jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.65.0",
"metro-react-native-babel-preset": "^0.65.1",
"react-test-renderer": "17.0.1"
},
"jest": {