diff --git a/web/package.json b/web/package.json index 3a503424..f02a68e0 100644 --- a/web/package.json +++ b/web/package.json @@ -20,8 +20,8 @@ "jwks-rsa": "3.1.0", "next": "14.2.23", "ramda": "0.30.1", - "react": "18.3.1", - "react-dom": "18.3.1", + "react": "19.0.0", + "react-dom": "19.0.0", "sort-unwind": "^3.1.0", "ts-pattern": "5.6.0" }, @@ -38,8 +38,8 @@ "devDependencies": { "@types/node": "22.10.5", "@types/ramda": "0.30.2", - "@types/react": "18.3.18", - "@types/react-dom": "18.3.5", + "@types/react": "19.0.5", + "@types/react-dom": "19.0.3", "eslint": "8.57.1", "eslint-config-next": "14.2.23", "husky": "9.1.7",