diff --git a/frontend/mobile/package.json b/frontend/mobile/package.json index bbc2ed47..16b8fc46 100644 --- a/frontend/mobile/package.json +++ b/frontend/mobile/package.json @@ -20,7 +20,7 @@ "@react-navigation/native": "^6.0.2", "@reduxjs/toolkit": "^2.2.5", "@shopify/restyle": "^2.4.4", - "expo": "~51.0.2", + "expo": "~51.0.8", "expo-font": "~12.0.5", "expo-linking": "~6.3.1", "expo-router": "~3.5.14", @@ -29,28 +29,28 @@ "expo-status-bar": "~1.12.1", "expo-system-ui": "~3.0.4", "expo-web-browser": "~13.0.3", - "react": "18.2.0", - "react-dom": "18.2.0", + "react": "18.3.1", + "react-dom": "18.3.1", "react-native": "0.74.1", "react-native-gesture-handler": "^2.16.2", "react-native-reanimated": "~3.11.0", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", - "react-native-web": "~0.19.10", + "react-native-web": "~0.19.12", "react-redux": "^9.1.2" }, "devDependencies": { "@babel/core": "^7.24.0", "@react-native-community/eslint-config": "^3.2.0", "@trivago/prettier-plugin-sort-imports": "^4.3.0", - "@types/react": "~18.2.45", + "@types/react": "~18.3.2", "eslint": "8.57.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.2.1", "jest-expo": "~51.0.2", "prettier": "^3.2.4", "react-native-svg-transformer": "^1.4.0", - "react-test-renderer": "18.2.0", + "react-test-renderer": "18.3.1", "typescript": "~5.4.5" }, "private": true