From 194810f479af9b6b97ac75e7ff9c8342bdbd1e49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:22:54 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-next to v14.2.23 --- example/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/nextjs/package.json b/example/nextjs/package.json index 75117cb8d..d87d02778 100644 --- a/example/nextjs/package.json +++ b/example/nextjs/package.json @@ -21,7 +21,7 @@ "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "eslint": "^8", - "eslint-config-next": "14.0.3", + "eslint-config-next": "14.2.23", "postcss": "^8", "tailwindcss": "^3.3.0", "typescript": "^5"