From b4d244cd1c2789d673983e9c036a999884d41d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 22:02:23 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.11.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.11.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.9.0...v28.11.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 28.11.0 dependency-type: direct:development 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 27ed681..5452c65 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "antd": "^5.12.7", "dumi": "^2.2.0", "eslint": "^8.56.0", - "eslint-plugin-jest": "^27.6.0", + "eslint-plugin-jest": "^28.11.0", "eslint-plugin-unicorn": "^51.0.1", "father": "^4.0.0", "glob": "^10.3.10",