From 67baccba0f8782095f5b946bf37a1e0218661db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:21:04 +0800 Subject: [PATCH] chore(deps-dev): bump eslint from 7.32.0 to 8.55.0 (#678) * chore(deps-dev): bump eslint from 7.32.0 to 8.55.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.55.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.55.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update package.json --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lijianan <574980606@qq.com> --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 609c513e..942ebac2 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,9 @@ "@types/warning": "^3.0.0", "cross-env": "^7.0.0", "dumi": "^2.1.17", - "eslint": "^7.0.0", + "eslint": "^8.55.0", + "eslint-plugin-jest": "^27.6.0", + "eslint-plugin-unicorn": "^49.0.0", "father": "^4.0.0", "gh-pages": "^6.1.0", "less": "^4.1.3",