Skip to content

Commit fe9aff0

Browse files
authoredMay 1, 2024
chore(deps): update dependency eslint-plugin-unused-imports to ^3.2.0 (#340)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd37a60 commit fe9aff0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
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": "^52.0.0",
56-
"eslint-plugin-unused-imports": "^3.1.0",
56+
"eslint-plugin-unused-imports": "^3.2.0",
5757
"pnpm": "8.12.1",
5858
"prettier": "3.2.5",
5959
"typescript-eslint": "7.5.0",

‎yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,10 +1391,10 @@ eslint-plugin-unicorn@^52.0.0:
13911391
semver "^7.5.4"
13921392
strip-indent "^3.0.0"
13931393

1394-
eslint-plugin-unused-imports@^3.0.0, eslint-plugin-unused-imports@^3.1.0:
1395-
version "3.1.0"
1396-
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.1.0.tgz#db015b569d3774e17a482388c95c17bd303bc602"
1397-
integrity sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw==
1394+
eslint-plugin-unused-imports@^3.0.0, eslint-plugin-unused-imports@^3.2.0:
1395+
version "3.2.0"
1396+
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.2.0.tgz#63a98c9ad5f622cd9f830f70bc77739f25ccfe0d"
1397+
integrity sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ==
13981398
dependencies:
13991399
eslint-rule-composer "^0.3.0"
14001400

0 commit comments

Comments
 (0)