diff --git a/package.json b/package.json index a5e42ec..9cff8cf 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ethers": "^5.7.2", "lucide-react": "^0.284.0", "moment": "^2.29.4", - "next": "14.2.35", + "next": "15.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", @@ -63,5 +63,10 @@ "process": "^0.11.10", "tailwindcss": "^3.3.5", "typescript": "^5.2.2" + }, + "pnpm": { + "overrides": { + "next": "14.1.1" + } } }