diff --git a/frontend/package.json b/frontend/package.json index 65b072f..0f62009 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,8 +26,8 @@ "axios": "^1.7.7", "bootstrap": "^5.3.3", "dotenv": "^16.4.7", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "^19.0.0", + "react-dom": "^19.0.0", "react-router": "^7.0.0", "react-router-dom": "^7.0.0", "react-use-scrollspy": "^3.1.1", @@ -43,8 +43,8 @@ "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.4.3", - "@types/react": "^18.2.6", - "@types/react-dom": "^18.2.4", + "@types/react": "^19.0.0", + "@types/react-dom": "^19.0.0", "@vitest/coverage-v8": "^2.0.0", "@vitest/ui": "^2.0.0", "eslint": "^9.15.0",