Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-unused-imports to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent ab90abe commit c4137c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"eslint-plugin-sort-class-members": "^1.20.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-typescript-sort-keys": "3.2.0",
"eslint-plugin-unused-imports": "3.1.0",
"eslint-plugin-unused-imports": "4.0.0",
"husky": "9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "15.2.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6498,10 +6498,10 @@ eslint-plugin-typescript-sort-keys@3.2.0:
json-schema "^0.4.0"
natural-compare-lite "^1.4.0"

eslint-plugin-unused-imports@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.1.0.tgz#db015b569d3774e17a482388c95c17bd303bc602"
integrity sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw==
eslint-plugin-unused-imports@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.0.0.tgz#93f3a7ee6088221e4a1d7127866e05d5917a9f65"
integrity sha512-mzM+y2B7XYpQryVa1usT+Y/BdNAtAZiXzwpSyDCboFoJN/LZRN67TNvQxKtuTK/Aplya3sLNQforiubzPPaIcQ==
dependencies:
eslint-rule-composer "^0.3.0"

Expand Down

0 comments on commit c4137c4

Please sign in to comment.