diff --git a/package.json b/package.json index d5948a1..b0113ed 100644 --- a/package.json +++ b/package.json @@ -14,16 +14,16 @@ }, "dependencies": { "next": "14.2.35", - "react": "18.3.1", - "react-dom": "18.3.1" + "react": "19.2.4", + "react-dom": "19.2.4" }, "devDependencies": { "@commitlint/cli": "18.6.1", "@commitlint/config-conventional": "18.6.3", "@playwright/test": "^1.28.0", "@types/node": "20.19.25", - "@types/react": "18.3.27", - "@types/react-dom": "18.3.7", + "@types/react": "19.2.10", + "@types/react-dom": "19.2.3", "autoprefixer": "10.4.22", "eslint": "8.57.1", "eslint-config-next": "14.2.33",