From 523944cd95a90d1ddb07bfcf958323be96271175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 21:44:12 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-unicorn from 25.0.1 to 34.0.1 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 25.0.1 to 34.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v25.0.1...v34.0.1) --- 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 4d787f947..c91500932 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": "^25.0.0", + "eslint-plugin-unicorn": "^34.0.1", "father": "^2.13.4", "less": "^3.10.3", "mockdate": "^3.0.2",