From 2b1882a5e30f467a3bd622e0f3862feda6d984c6 Mon Sep 17 00:00:00 2001 From: lyzno1 Date: Wed, 10 Sep 2025 21:23:29 +0800 Subject: [PATCH] chore: update eslint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf945aa..aacfbe7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "classnames": "^2.5.1", "copy-to-clipboard": "^3.3.3", "dify-client": "^2.3.1", - "eslint": "~8.57.1", "eslint-config-next": "~14.2.32", "eventsource-parser": "^1.0.0", "husky": "^9.1.7", @@ -74,6 +73,7 @@ "@types/lodash-es": "^4.17.12", "@types/negotiator": "^0.6.3", "autoprefixer": "^10.4.20", + "eslint": "~9.35.0", "eslint-plugin-react-hooks": "^5.1.0", "lint-staged": "^15.2.10", "postcss": "^8.4.47",