diff --git a/package.json b/package.json index da51f05..12c82d7 100644 --- a/package.json +++ b/package.json @@ -9,16 +9,16 @@ "lint": "next lint" }, "dependencies": { - "next": "14.2.3", - "react": "^18", - "react-dom": "^18", + "next": "^15.0.0", + "react": "^19.0.0", + "react-dom": "^19.0.0", "trek-captcha": "^0.4.0" }, "devDependencies": { - "autoprefixer": "^10.4.19", - "postcss": "^8", - "tailwindcss": "^3.4.1", - "eslint": "^8", - "eslint-config-next": "14.2.3" + "autoprefixer": "^10.4.20", + "postcss": "^8.4.40", + "tailwindcss": "^3.4.14", + "eslint": "^8.57.0", + "eslint-config-next": "^15.0.0" } }