diff --git a/package.json b/package.json index fb165f3..be7cb87 100644 --- a/package.json +++ b/package.json @@ -14,16 +14,16 @@ }, "dependencies": { "next": "14.2.20", - "react": "18.3.1", - "react-dom": "18.3.1" + "react": "19.0.0", + "react-dom": "19.0.0" }, "devDependencies": { "@commitlint/cli": "18.6.1", "@commitlint/config-conventional": "18.6.3", "@playwright/test": "^1.28.0", "@types/node": "20.17.10", - "@types/react": "18.3.17", - "@types/react-dom": "18.3.5", + "@types/react": "19.0.1", + "@types/react-dom": "19.0.2", "autoprefixer": "10.4.20", "eslint": "8.57.1", "eslint-config-next": "14.2.20",