Skip to content

Commit 8ee333f

Browse files
fix(deps): update dependency eslint-plugin-unicorn to v21 (#133)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d7c3e9b commit 8ee333f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"eslint-plugin-react": "^7.20.5",
4646
"eslint-plugin-react-hooks": "^4.0.8",
4747
"eslint-plugin-rxjs": "^0.0.2-beta.29",
48-
"eslint-plugin-unicorn": "^20.1.0"
48+
"eslint-plugin-unicorn": "^21.0.0"
4949
}
5050
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,16 +1750,16 @@ eslint-plugin-rxjs@^0.0.2-beta.29:
17501750
tsutils "^3.0.0"
17511751
tsutils-etc "^1.0.0"
17521752

1753-
eslint-plugin-unicorn@^20.1.0:
1754-
version "20.1.0"
1755-
resolved "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-20.1.0.tgz#a43f60ffc98406d72ec2a5fcc6dad24ba0192bc9"
1756-
integrity sha512-XQxLBJT/gnwyRR6cfYsIK1AdekQchAt5tmcsnldevGjgR2xoZsRUa5/i6e0seNHy2RoT57CkTnbVHwHF8No8LA==
1753+
eslint-plugin-unicorn@^21.0.0:
1754+
version "21.0.0"
1755+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-21.0.0.tgz#7e3a8b0f725f003619e1f40d769939ecd8d708d0"
1756+
integrity sha512-S8v7+v4gZTQPj4pKKvexhgSUaLQSyItvxW2SVZDaX9Iu5IjlAmF2eni+L6w8a2aqshxgU8Lle4FIAVDtuejSKQ==
17571757
dependencies:
17581758
ci-info "^2.0.0"
17591759
clean-regexp "^1.0.0"
17601760
eslint-ast-utils "^1.1.0"
17611761
eslint-template-visitor "^2.0.0"
1762-
eslint-utils "^2.0.0"
1762+
eslint-utils "^2.1.0"
17631763
import-modules "^2.0.0"
17641764
lodash "^4.17.15"
17651765
pluralize "^8.0.0"
@@ -1786,10 +1786,10 @@ eslint-template-visitor@^2.0.0:
17861786
espree "^7.0.0"
17871787
multimap "^1.1.0"
17881788

1789-
eslint-utils@^2.0.0:
1790-
version "2.0.0"
1791-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
1792-
integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
1789+
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
1790+
version "2.1.0"
1791+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
1792+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
17931793
dependencies:
17941794
eslint-visitor-keys "^1.1.0"
17951795

0 commit comments

Comments
 (0)