Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-putout to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and prisis committed Feb 15, 2021
1 parent e89d67d commit 29a3db2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-no-secrets": "^0.6.8",
"eslint-plugin-optimize-regex": "^1.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-putout": "~6.13.1",
"eslint-plugin-putout": "~7.1.0",
"eslint-plugin-radar": "^0.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5820,10 +5820,10 @@ eslint-plugin-promise@^4.2.1:
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a"
integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==

eslint-plugin-putout@~6.13.1:
version "6.13.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-putout/-/eslint-plugin-putout-6.13.1.tgz#bf5a276d08f85b8391504c7d0480ebf498d33cd0"
integrity sha512-KovFt2EQOQ3YK+Cr8jhkqkNm7TSLHdnbN0nW2YSiU8BLBeMJNkrrpd064PUxOkcdoIR9vYvD2tRxcTnRyLC6/w==
eslint-plugin-putout@~7.1.0:
version "7.1.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-putout/-/eslint-plugin-putout-7.1.1.tgz#3e7eb52030c7613a6e0e09926f8a1360ab0980fa"
integrity sha512-oK+lhNGgH3omo/Pik9vD64KBFY6pWtpDSM9G0m36iuqKo7E2X9y7rpyzrLgVmjcpJ8fC3sCmOEf1+1RYDhniwQ==
dependencies:
"@babel/core" "^7.12.3"
"@babel/eslint-parser" "^7.12.1"
Expand Down

0 comments on commit 29a3db2

Please sign in to comment.