From 8ef6853bb8c105006d1ab2e2208d0d0aaf7ab2ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Dec 2021 06:19:55 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-unicorn from 35.0.0 to 39.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 35.0.0 to 39.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v35.0.0...v39.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn 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 ef07522cd..328f1d473 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-jest": "^24.0.0", "eslint-plugin-react-hooks": "^4.0.2", - "eslint-plugin-unicorn": "^35.0.0", + "eslint-plugin-unicorn": "^39.0.0", "father": "^2.13.4", "glob": "^7.2.0", "less": "^3.10.3",