From 03b9e5550e568f45bb61fd79b68fedf6d65a0db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:49:05 +0000 Subject: [PATCH] build(deps): Bump @antfu/eslint-config from 8.3.0 to 9.0.0 Bumps [@antfu/eslint-config](https://github.com/antfu/eslint-config) from 8.3.0 to 9.0.0. - [Release notes](https://github.com/antfu/eslint-config/releases) - [Commits](https://github.com/antfu/eslint-config/compare/v8.3.0...v9.0.0) --- updated-dependencies: - dependency-name: "@antfu/eslint-config" dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9035ae3..abf3bd0 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "prepack": "nr build" }, "dependencies": { - "@antfu/eslint-config": "^8.0.0", + "@antfu/eslint-config": "^9.0.0", "@eslint-react/eslint-plugin": "^3.0.0", "eslint-plugin-react-hooks": "^7.0.0", "eslint-plugin-react-refresh": "^0.5.0"