diff --git a/app/package.json b/app/package.json index 70a509e6..7948a5be 100644 --- a/app/package.json +++ b/app/package.json @@ -16,12 +16,12 @@ "@react-navigation/bottom-tabs": "^6.5.5", "@react-navigation/native": "^6.1.4", "@react-navigation/native-stack": "^6.9.12", - "@types/react": "~18.3.0", + "@types/react": "~19.0.0", "@types/react-native": "~0.73.0", "babel-plugin-module-resolver": "^5.0.0", "expo": "~50.0.0", "expo-status-bar": "~1.12.0", - "react": "~18.3.0", + "react": "~19.0.0", "react-native": "0.76.1", "react-native-calendars": "^1.1299.0", "react-native-maps": "1.18.2", diff --git a/frontend/package.json b/frontend/package.json index 2539bdd5..088ca684 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,9 +30,9 @@ "match-sorter": "^7.0.0", "next": "14.2.16", "path-scurry": "^2.0.0", - "react": "18.3.1", + "react": "19.0.0", "react-big-calendar": "^1.6.9", - "react-dom": "18.3.1", + "react-dom": "19.0.0", "react-flip-move": "^3.0.5", "react-redux": "^8.0.7", "sharp": "0.33.5", @@ -48,7 +48,7 @@ "@types/jest": "^29.5.12", "@types/luxon": "^3.0.0", "@types/node": "22.8.7", - "@types/react": "^18.0.33", + "@types/react": "^19.0.0", "@types/react-big-calendar": "^1.6.3", "eslint": "^8.14.0", "eslint-config-next": "14.2.16",