Skip to content

Commit 98fcff2

Browse files
chore(deps): update dependency eslint-plugin-unused-imports to ^4.0.1 (#362)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 54dada7 commit 98fcff2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"diff": "^5.1.0",
5454
"eslint": "^8.57.0",
5555
"eslint-plugin-unicorn": "^54.0.0",
56-
"eslint-plugin-unused-imports": "^4.0.0",
56+
"eslint-plugin-unused-imports": "^4.0.1",
5757
"pnpm": "8.12.1",
5858
"prettier": "3.3.2",
5959
"typescript-eslint": "7.15.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1408,10 +1408,10 @@ eslint-plugin-unused-imports@^3.0.0:
14081408
dependencies:
14091409
eslint-rule-composer "^0.3.0"
14101410

1411-
eslint-plugin-unused-imports@^4.0.0:
1412-
version "4.0.0"
1413-
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.0.0.tgz#93f3a7ee6088221e4a1d7127866e05d5917a9f65"
1414-
integrity sha512-mzM+y2B7XYpQryVa1usT+Y/BdNAtAZiXzwpSyDCboFoJN/LZRN67TNvQxKtuTK/Aplya3sLNQforiubzPPaIcQ==
1411+
eslint-plugin-unused-imports@^4.0.1:
1412+
version "4.0.1"
1413+
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.0.1.tgz#b78916ecb82ae6d0f54efb33879c6c7ecb52f080"
1414+
integrity sha512-rax76s05z64uQgG9YXsWFmXrgjkaK79AvfeAWiSxhPP6RVGxeRaj4+2u+wxxu/mDy2pmJoOy1QTOEALMia2xGQ==
14151415
dependencies:
14161416
eslint-rule-composer "^0.3.0"
14171417

0 commit comments

Comments
 (0)