File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 53
53
"diff" : " ^5.1.0" ,
54
54
"eslint" : " ^8.57.0" ,
55
55
"eslint-plugin-unicorn" : " ^53.0.0" ,
56
- "eslint-plugin-unused-imports" : " ^3.2 .0" ,
56
+ "eslint-plugin-unused-imports" : " ^4.0 .0" ,
57
57
"pnpm" : " 8.12.1" ,
58
58
"prettier" : " 3.3.0" ,
59
59
"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:
1401
1401
semver "^7.6.1"
1402
1402
strip-indent "^3.0.0"
1403
1403
1404
- eslint-plugin-unused-imports@^3.0.0, eslint-plugin-unused-imports@^3.2.0 :
1404
+ eslint-plugin-unused-imports@^3.0.0 :
1405
1405
version "3.2.0"
1406
1406
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.2.0.tgz#63a98c9ad5f622cd9f830f70bc77739f25ccfe0d"
1407
1407
integrity sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ==
1408
1408
dependencies :
1409
1409
eslint-rule-composer "^0.3.0"
1410
1410
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
+
1411
1418
eslint-rule-composer@^0.3.0 :
1412
1419
version "0.3.0"
1413
1420
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