Skip to content

Commit

Permalink
Build(deps-dev): Bump eslint-plugin-unicorn from 38.0.1 to 39.0.0
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 38.0.1 to 39.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v38.0.1...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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 21, 2021
1 parent d3ab4a2 commit ad0dd78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -116,7 +116,7 @@
"eslint-plugin-prettier-internal-rules": "2.0.1",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-regexp": "1.5.0",
"eslint-plugin-unicorn": "38.0.1",
"eslint-plugin-unicorn": "39.0.0",
"esm-utils": "2.0.0",
"execa": "5.1.1",
"jest": "27.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3147,10 +3147,10 @@ eslint-plugin-regexp@1.5.0:
regexpp "^3.2.0"
scslre "^0.1.6"

eslint-plugin-unicorn@38.0.1:
version "38.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-38.0.1.tgz#f95a7fa6e8c92617cdcb4b1ddbc15d877477e73d"
integrity sha512-eu4HCg7Bv43nk/hYZoWpLzRo668Nb7swQySn94aohn0heh9KLJ1GOFgVxJndLS8BploMGaClxgsyTNGJrP69yw==
eslint-plugin-unicorn@39.0.0:
version "39.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-39.0.0.tgz#ee76d4f3bf37c605d89fa449d5e7c0c44c54b0cc"
integrity sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==
dependencies:
"@babel/helper-validator-identifier" "^7.14.9"
ci-info "^3.2.0"
Expand Down

0 comments on commit ad0dd78

Please sign in to comment.