Merge pull request #207 from codeHui/fix/unable_resolve_dependency_eslint

fix: update eslint-config-next to version 15.5.9 to resolve dependency issue
This commit is contained in:
Crazywoola
2026-04-22 14:32:14 +08:00
committed by GitHub

View File

@ -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"
]
}
}
}