From 4063a51b0ca5e742535019a76d136b6be646e969 Mon Sep 17 00:00:00 2001 From: nick <17940498+codeHui@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:01:45 +0800 Subject: [PATCH] fix: update eslint-config-next to version 15.5.9 to resolve dependency issue --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7f3fa30..a8807d2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "classnames": "^2.5.1", "copy-to-clipboard": "^3.3.3", "dify-client": "^2.3.1", - "eslint-config-next": "~14.2.32", + "eslint-config-next": "~15.5.9", "eventsource-parser": "^1.0.0", "husky": "^9.1.7", "i18next": "^23.16.4", @@ -93,4 +93,4 @@ "eslint --fix" ] } -} +} \ No newline at end of file