Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-unused-imports to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 16, 2024
1 parent 0bddc13 commit 6aed60b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-jest-dom": "5.1.0",
"eslint-plugin-no-explicit-type-exports": "0.12.1",
"eslint-plugin-unused-imports": "3.0.0",
"eslint-plugin-unused-imports": "3.1.0",
"husky": "9.0.10",
"jest": "29.7.0",
"node-mocks-http": "1.14.1",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Expand Up @@ -5370,7 +5370,14 @@ eslint-plugin-unicorn@^48.0.1:
semver "^7.5.4"
strip-indent "^3.0.0"

eslint-plugin-unused-imports@3.0.0, eslint-plugin-unused-imports@^3.0.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==
dependencies:
eslint-rule-composer "^0.3.0"

eslint-plugin-unused-imports@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.0.0.tgz#d25175b0072ff16a91892c3aa72a09ca3a9e69e7"
integrity sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==
Expand Down

0 comments on commit 6aed60b

Please sign in to comment.