Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-unused-imports to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent a0cad9f commit f0521ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion workspaces/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint-plugin-json-format": "2.0.1",
"eslint-plugin-prettier": "*",
"eslint-plugin-svelte": "2.35.1",
"eslint-plugin-unused-imports": "3.0.0",
"eslint-plugin-unused-imports": "3.2.0",
"jest-environment-jsdom": "29.7.0",
"jsdom": "23.2.0",
"lint-staged": "15.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4776,10 +4776,10 @@ [email protected]:
semver "^7.5.3"
svelte-eslint-parser ">=0.33.0 <1.0.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==
eslint-plugin-unused-imports@3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.2.0.tgz#63a98c9ad5f622cd9f830f70bc77739f25ccfe0d"
integrity sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ==
dependencies:
eslint-rule-composer "^0.3.0"

Expand Down

0 comments on commit f0521ae

Please sign in to comment.