From 767e326b9b4de68d85f1073215ecef1f2977925f Mon Sep 17 00:00:00 2001 From: Aman Mittal Date: Tue, 28 Jul 2026 21:36:50 +0530 Subject: [PATCH] Update package.json --- stickersmash/package.json | 60 +++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/stickersmash/package.json b/stickersmash/package.json index 95e2503b..a7530181 100644 --- a/stickersmash/package.json +++ b/stickersmash/package.json @@ -19,40 +19,40 @@ "@react-navigation/bottom-tabs": "^7.0.0", "@react-navigation/native": "^7.0.0", "dom-to-image": "^2.6.0", - "expo": "^54.0.1", - "expo-blur": "~15.0.6", - "expo-constants": "~18.0.8", - "expo-font": "~14.0.7", - "expo-haptics": "~15.0.6", - "expo-image": "~3.0.7", - "expo-image-picker": "~17.0.7", - "expo-linking": "~8.0.7", - "expo-media-library": "~18.1.1", - "expo-router": "~6.0.0", - "expo-splash-screen": "~31.0.8", - "expo-status-bar": "~3.0.7", - "expo-symbols": "~1.0.6", - "expo-system-ui": "~6.0.7", - "expo-web-browser": "~15.0.6", - "react": "19.1.0", - "react-dom": "19.1.0", - "react-native": "0.81.4", - "react-native-gesture-handler": "~2.28.0", - "react-native-reanimated": "~4.1.0", - "react-native-safe-area-context": "~5.6.0", - "react-native-screens": "~4.16.0", - "react-native-view-shot": "4.0.3", - "react-native-web": "^0.21.0", - "react-native-webview": "13.15.0", - "react-native-worklets": "0.5.1" + "expo": "~57.0.8", + "expo-blur": "~57.0.2", + "expo-constants": "~57.0.7", + "expo-font": "~57.0.1", + "expo-haptics": "~57.0.1", + "expo-image": "~57.0.1", + "expo-image-picker": "~57.0.6", + "expo-linking": "~57.0.4", + "expo-media-library": "~57.0.3", + "expo-router": "~57.0.8", + "expo-splash-screen": "~57.0.5", + "expo-status-bar": "~57.0.1", + "expo-symbols": "~57.0.1", + "expo-system-ui": "~57.0.1", + "expo-web-browser": "~57.0.2", + "react": "19.2.3", + "react-dom": "19.2.3", + "react-native": "0.86.0", + "react-native-gesture-handler": "~2.32.0", + "react-native-reanimated": "4.5.0", + "react-native-safe-area-context": "~5.7.0", + "react-native-screens": "~4.26.0", + "react-native-view-shot": "5.1.0", + "react-native-web": "~0.21.0", + "react-native-webview": "13.16.1", + "react-native-worklets": "0.10.0" }, "devDependencies": { "@types/jest": "^29.5.12", - "@types/react": "~19.1.10", + "@types/react": "~19.2.2", "jest": "^29.2.1", - "jest-expo": "~54.0.10", - "react-test-renderer": "19.1.0", - "typescript": "^5.3.3" + "jest-expo": "~57.0.2", + "react-test-renderer": "19.2.3", + "typescript": "~6.0.3" }, "private": true }