mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-21 15:46:51 +08:00
chore: fix dependencies to be compatible with sdk-38
This commit is contained in:
committed by
Satyajit Sahoo
parent
b029e0f660
commit
ee71a05570
@@ -26,10 +26,10 @@
|
||||
"react-dom": "~16.9.0",
|
||||
"react-native": "~0.62.2",
|
||||
"react-native-appearance": "~0.3.3",
|
||||
"react-native-gesture-handler": "^1.7.0",
|
||||
"react-native-gesture-handler": "1.7.0",
|
||||
"react-native-paper": "^4.0.1",
|
||||
"react-native-reanimated": "^1.10.1",
|
||||
"react-native-safe-area-context": "~3.1.1",
|
||||
"react-native-reanimated": "~1.9.0",
|
||||
"react-native-safe-area-context": "~3.0.7",
|
||||
"react-native-screens": "^2.9.0",
|
||||
"react-native-tab-view": "^2.15.1",
|
||||
"react-native-vector-icons": "^7.0.0",
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
"react": "~16.9.0",
|
||||
"react-native": "~0.62.2",
|
||||
"react-native-gesture-handler": "^1.7.0",
|
||||
"react-native-reanimated": "^1.10.1",
|
||||
"react-native-reanimated": "1.9.0",
|
||||
"react-native-safe-area-context": "~3.1.1",
|
||||
"react-native-screens": "^2.9.0",
|
||||
"typescript": "^3.9.7"
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"react": "~16.9.0",
|
||||
"react-native": "~0.62.2",
|
||||
"react-native-gesture-handler": "^1.7.0",
|
||||
"react-native-reanimated": "^1.10.1",
|
||||
"react-native-reanimated": "1.9.0",
|
||||
"react-native-tab-view": "^2.15.1",
|
||||
"typescript": "^3.9.7"
|
||||
},
|
||||
|
||||
10
yarn.lock
10
yarn.lock
@@ -16799,7 +16799,7 @@ react-native-appearance@~0.3.3:
|
||||
invariant "^2.2.4"
|
||||
use-subscription "^1.0.0"
|
||||
|
||||
react-native-gesture-handler@^1.7.0:
|
||||
react-native-gesture-handler@1.7.0, react-native-gesture-handler@^1.7.0:
|
||||
version "1.7.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.7.0.tgz#0ef74a5ba836832e497dc49eb1ce58baa6c617e5"
|
||||
integrity sha512-1CrjJf8Z6Iz2XWzfZknYtsm2sud5Lu/pLhhokkgBIKttxqGDtetDEVFDJOTJWJyKCrUPk0X5tnWi/diSF4q++w==
|
||||
@@ -16823,10 +16823,10 @@ react-native-paper@^4.0.1:
|
||||
color "^3.1.2"
|
||||
react-native-safe-area-view "^0.14.9"
|
||||
|
||||
react-native-reanimated@^1.10.1:
|
||||
version "1.10.1"
|
||||
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.10.1.tgz#82e79ae119e97b282ce53d16bc6db9765a56b22b"
|
||||
integrity sha512-j9+GOEmLLEzFpxpYOA9dSBusUHGaTJAHSJ9tIXU4IgklN7hIB5CA6ONMnm6iQ5lC/nhNFdLKag/jOgzVa+mHBQ==
|
||||
react-native-reanimated@1.9.0, react-native-reanimated@~1.9.0:
|
||||
version "1.9.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.9.0.tgz#38676c99dd585504fdc7331efb45e5f48ec7339a"
|
||||
integrity sha512-Aj+spgIHRiVv7ezGADxnSH1EoKrQRD2+XaSiGY0MiB/pvRNNrZPSJ+3NVpvLwWf9lZMOP7dwqqyJIzoZgBDt8w==
|
||||
dependencies:
|
||||
fbjs "^1.0.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user