Skip to content

Commit f720536

Browse files
chore(deps): update dependency eslint-plugin-unused-imports to ^4.1.3 (#369)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef8e8d5 commit f720536

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Diff for: 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": "^55.0.0",
56-
"eslint-plugin-unused-imports": "^4.0.1",
56+
"eslint-plugin-unused-imports": "^4.1.3",
5757
"pnpm": "8.12.1",
5858
"prettier": "3.3.2",
5959
"typescript-eslint": "7.18.0",

Diff for: yarn.lock

+4-6
Original file line numberDiff line numberDiff line change
@@ -1393,12 +1393,10 @@ eslint-plugin-unused-imports@^3.0.0:
13931393
dependencies:
13941394
eslint-rule-composer "^0.3.0"
13951395

1396-
eslint-plugin-unused-imports@^4.0.1:
1397-
version "4.0.1"
1398-
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.0.1.tgz#b78916ecb82ae6d0f54efb33879c6c7ecb52f080"
1399-
integrity sha512-rax76s05z64uQgG9YXsWFmXrgjkaK79AvfeAWiSxhPP6RVGxeRaj4+2u+wxxu/mDy2pmJoOy1QTOEALMia2xGQ==
1400-
dependencies:
1401-
eslint-rule-composer "^0.3.0"
1396+
eslint-plugin-unused-imports@^4.1.3:
1397+
version "4.1.3"
1398+
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.1.3.tgz#079ef6f51914a981e657b3834935a6a417bf3f45"
1399+
integrity sha512-lqrNZIZjFMUr7P06eoKtQLwyVRibvG7N+LtfKtObYGizAAGrcqLkc3tDx+iAik2z7q0j/XI3ihjupIqxhFabFA==
14021400

14031401
eslint-rule-composer@^0.3.0:
14041402
version "0.3.0"

0 commit comments

Comments
 (0)