diff --git a/apps/web/package.json b/apps/web/package.json index aa752a81..31582be1 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -55,9 +55,9 @@ "pg": "^8.16.2", "postgres": "^3.4.5", "radix-ui": "^1.4.2", - "react": "^18.2.0", + "react": "^19.0.0", "react-day-picker": "^8.10.1", - "react-dom": "^18.2.0", + "react-dom": "^19.0.0", "react-hook-form": "^7.54.0", "react-icons": "^5.4.0", "react-markdown": "^10.1.0", @@ -85,8 +85,8 @@ "@types/bun": "latest", "@types/node": "^24.2.1", "@types/pg": "^8.15.4", - "@types/react": "^18.2.48", - "@types/react-dom": "^18.2.18", + "@types/react": "^19", + "@types/react-dom": "^19", "cross-env": "^7.0.3", "drizzle-kit": "^0.31.4", "dotenv": "^16.5.0",