From 9b5044c054ca43bd8c06edd60fec477a0f8d34e0 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 14 Mar 2026 18:32:29 -0700 Subject: [PATCH] Fix: Update dependencies to Next 15 & React 19 --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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" } }