From 6e8df2cb1d700226c704a0a847da822284479c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 21:42:55 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-unicorn from 34.0.1 to 35.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 34.0.1 to 35.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v34.0.1...v35.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 0063fb2e6..7ccb04fd8 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-jest": "^24.0.0", "eslint-plugin-react-hooks": "^4.0.2", - "eslint-plugin-unicorn": "^34.0.1", + "eslint-plugin-unicorn": "^35.0.0", "father": "^2.13.4", "less": "^3.10.3", "mockdate": "^3.0.2",