fix: android build with flipper (#647)
* fix: android build with flipper * update dependencies * make lint happy
File moved
This diff is collapsed.
... | ... | @@ -51,8 +51,8 @@ |
"@polkadot/util": "2.11.1", | ||
"@polkadot/util-crypto": "2.11.1", | ||
"@react-native-community/masked-view": "^0.1.6", | ||
"@react-navigation/native": "^5.5.1", | ||
"@react-navigation/stack": "^5.5.1", | ||
"@react-navigation/native": "^5.6.1", | ||
"@react-navigation/stack": "^5.6.2", | ||
"@react-native-community/netinfo": "^5.9.3", | ||
"bignumber.js": "^9.0.0", | ||
"hoist-non-react-statics": "^3.3.0", | ||
... | ... | @@ -113,7 +113,7 @@ |
"react-test-renderer": "16.13.1", | ||
"reactotron-react-native": "5.0.0", | ||
"ts-jest": "^25.4.0", | ||
"typescript": "^3.8.3" | ||
"typescript": "^3.9.5" | ||
}, | ||
"resolutions": { | ||
"kind-of": ">=6.0.3" | ||
... | ... |
Please register or sign in to comment