diff --git a/package.json b/package.json index 514ad33..91dbef9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "abitype": "^1.0.0", "connectkit": "^1.7.1", "encoding": "^0.1.13", - "next": "14.2.35", + "next": "15.0.8", "pino-pretty": "^10.3.1", "react": "^18", "react-dom": "^18", @@ -33,5 +33,8 @@ "postcss": "^8", "tailwindcss": "^3.3.0", "typescript": "^5" + }, + "overrides": { + "next": "14.1.1" } }