diff --git a/package.json b/package.json index 9ffbda2..5107fea 100644 --- a/package.json +++ b/package.json @@ -14,16 +14,16 @@ }, "dependencies": { "next": "14.2.29", - "react": "18.3.1", - "react-dom": "18.3.1" + "react": "19.1.0", + "react-dom": "19.1.0" }, "devDependencies": { "@commitlint/cli": "18.6.1", "@commitlint/config-conventional": "18.6.3", "@playwright/test": "^1.28.0", "@types/node": "20.17.50", - "@types/react": "18.3.22", - "@types/react-dom": "18.3.7", + "@types/react": "19.1.5", + "@types/react-dom": "19.1.5", "autoprefixer": "10.4.21", "eslint": "8.57.1", "eslint-config-next": "14.2.29",