chore: upgrade depenendecies

This commit is contained in:
Satyajit Sahoo
2020-09-23 00:45:27 +02:00
parent dcbfe52667
commit 2bb6603aa3
23 changed files with 3142 additions and 4262 deletions

View File

@@ -47,17 +47,17 @@
"@react-native-community/bob": "^0.16.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.7.3",
"@testing-library/react-native": "^7.0.1",
"@testing-library/react-native": "^7.0.2",
"@types/color": "^3.0.1",
"@types/react": "^16.9.44",
"@types/react-native": "^0.63.4",
"@types/react": "^16.9.49",
"@types/react-native": "^0.63.20",
"del-cli": "^3.0.1",
"react": "~16.9.0",
"react-native": "~0.62.2",
"react-native-gesture-handler": "^1.7.0",
"react-native-safe-area-context": "~3.1.1",
"react-native-screens": "^2.9.0",
"typescript": "^3.9.7"
"react": "~16.13.1",
"react-native": "~0.63.2",
"react-native-gesture-handler": "~1.7.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"typescript": "^4.0.3"
},
"peerDependencies": {
"@react-native-community/masked-view": ">= 0.1.0",