From a6961938820f0a9a4156fb270e691702413679f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:43:40 +0000 Subject: [PATCH] chore(deps): update nextjs monorepo to v14 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ba0b5ea..9b75884 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "daisyui": "^4.12.10", "fs": "^0.0.1-security", - "next": "^12.0.10", + "next": "^14.0.0", "openai": "^4.53.2", "path": "^0.12.7", "react": "^17.0.2", @@ -30,7 +30,7 @@ "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "eslint": "7.32.0", - "eslint-config-next": "12.3.4", + "eslint-config-next": "14.2.9", "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1",