diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/package.json b/package.json index e6e4ca2..cd02288 100644 --- a/package.json +++ b/package.json @@ -21,38 +21,38 @@ "@react-native-async-storage/async-storage": "1.23.1", "@react-native/assets-registry": "^0.75.2", "@react-navigation/native": "^6.0.2", - "expo": "~51.0.34", - "expo-av": "~14.0.7", - "expo-constants": "~16.0.2", - "expo-device": "~6.0.2", - "expo-font": "~12.0.9", - "expo-linking": "~6.3.1", - "expo-location": "~17.0.1", - "expo-notifications": "~0.28.17", - "expo-router": "~3.5.23", - "expo-splash-screen": "~0.27.5", - "expo-status-bar": "~1.12.1", - "expo-system-ui": "~3.0.7", - "expo-task-manager": "^11.8.2", - "expo-web-browser": "~13.0.3", - "react": "18.2.0", - "react-dom": "18.2.0", - "react-native": "0.74.5", - "react-native-gesture-handler": "~2.16.1", - "react-native-maps": "1.14.0", - "react-native-reanimated": "~3.10.1", - "react-native-safe-area-context": "4.10.5", - "react-native-screens": "3.31.1", - "react-native-web": "~0.19.10", + "expo": "~52.0.11", + "expo-av": "~15.0.1", + "expo-constants": "~17.0.3", + "expo-device": "~7.0.1", + "expo-font": "~13.0.1", + "expo-linking": "~7.0.3", + "expo-location": "~18.0.2", + "expo-notifications": "~0.29.8", + "expo-router": "~4.0.9", + "expo-splash-screen": "~0.29.13", + "expo-status-bar": "~2.0.0", + "expo-system-ui": "~4.0.4", + "expo-task-manager": "^12.0.3", + "expo-web-browser": "~14.0.1", + "react": "18.3.1", + "react-dom": "18.3.1", + "react-native": "0.76.3", + "react-native-gesture-handler": "~2.20.2", + "react-native-maps": "1.18.0", + "react-native-reanimated": "~3.16.0", + "react-native-safe-area-context": "4.12.0", + "react-native-screens": "4.1.0", + "react-native-web": "~0.19.13", "typescript-language-server": "^4.3.3" }, "devDependencies": { "@babel/core": "^7.20.0", "@types/jest": "^29.5.12", - "@types/react": "~18.2.45", + "@types/react": "~18.3.12", "@types/react-test-renderer": "^18.0.7", "jest": "^29.2.1", - "jest-expo": "~51.0.3", + "jest-expo": "~52.0.2", "react-test-renderer": "18.2.0", "typescript": "~5.3.3" }, |