Skip to content

Commit 2df8404

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

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": "^51.0.1",
56-
"eslint-plugin-unused-imports": "^3.0.0",
56+
"eslint-plugin-unused-imports": "^3.1.0",
5757
"pnpm": "8.12.1",
5858
"prettier": "3.2.5",
5959
"typescript-eslint": "0.0.1-alpha.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,10 +1305,10 @@ eslint-plugin-unicorn@^51.0.1:
13051305
semver "^7.5.4"
13061306
strip-indent "^3.0.0"
13071307

1308-
eslint-plugin-unused-imports@^3.0.0:
1309-
version "3.0.0"
1310-
resolved "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.0.0.tgz"
1311-
integrity sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==
1308+
eslint-plugin-unused-imports@^3.0.0, eslint-plugin-unused-imports@^3.1.0:
1309+
version "3.1.0"
1310+
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.1.0.tgz#db015b569d3774e17a482388c95c17bd303bc602"
1311+
integrity sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw==
13121312
dependencies:
13131313
eslint-rule-composer "^0.3.0"
13141314

0 commit comments

Comments
 (0)