File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 5353 "diff" : " ^5.1.0" ,
5454 "eslint" : " ^8.57.0" ,
5555 "eslint-plugin-unicorn" : " ^53.0.0" ,
56- "eslint-plugin-unused-imports" : " ^3.2 .0" ,
56+ "eslint-plugin-unused-imports" : " ^4.0 .0" ,
5757 "pnpm" : " 8.12.1" ,
5858 "prettier" : " 3.3.0" ,
5959 "typescript-eslint" : " 7.11.0" ,
Original file line number Diff line number Diff line change @@ -1401,13 +1401,20 @@ eslint-plugin-unicorn@^53.0.0:
14011401 semver "^7.6.1"
14021402 strip-indent "^3.0.0"
14031403
1404- eslint-plugin-unused-imports@^3.0.0, eslint-plugin-unused-imports@^3.2.0 :
1404+ eslint-plugin-unused-imports@^3.0.0 :
14051405 version "3.2.0"
14061406 resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.2.0.tgz#63a98c9ad5f622cd9f830f70bc77739f25ccfe0d"
14071407 integrity sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ==
14081408 dependencies :
14091409 eslint-rule-composer "^0.3.0"
14101410
1411+ eslint-plugin-unused-imports@^4.0.0 :
1412+ version "4.0.0"
1413+ resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.0.0.tgz#93f3a7ee6088221e4a1d7127866e05d5917a9f65"
1414+ integrity sha512-mzM+y2B7XYpQryVa1usT+Y/BdNAtAZiXzwpSyDCboFoJN/LZRN67TNvQxKtuTK/Aplya3sLNQforiubzPPaIcQ==
1415+ dependencies :
1416+ eslint-rule-composer "^0.3.0"
1417+
14111418eslint-rule-composer@^0.3.0 :
14121419 version "0.3.0"
14131420 resolved "https://registry.npmjs.org/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz"
You can’t perform that action at this time.
0 commit comments