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 53
53
"diff" : " ^5.1.0" ,
54
54
"eslint" : " ^8.57.0" ,
55
55
"eslint-plugin-unicorn" : " ^52.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 @@ -1386,13 +1386,20 @@ eslint-plugin-unicorn@^52.0.0:
1386
1386
semver "^7.5.4"
1387
1387
strip-indent "^3.0.0"
1388
1388
1389
- eslint-plugin-unused-imports@^3.0.0, eslint-plugin-unused-imports@^3.2.0 :
1389
+ eslint-plugin-unused-imports@^3.0.0 :
1390
1390
version "3.2.0"
1391
1391
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.2.0.tgz#63a98c9ad5f622cd9f830f70bc77739f25ccfe0d"
1392
1392
integrity sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ==
1393
1393
dependencies :
1394
1394
eslint-rule-composer "^0.3.0"
1395
1395
1396
+ eslint-plugin-unused-imports@^4.0.0 :
1397
+ version "4.0.0"
1398
+ resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.0.0.tgz#93f3a7ee6088221e4a1d7127866e05d5917a9f65"
1399
+ integrity sha512-mzM+y2B7XYpQryVa1usT+Y/BdNAtAZiXzwpSyDCboFoJN/LZRN67TNvQxKtuTK/Aplya3sLNQforiubzPPaIcQ==
1400
+ dependencies :
1401
+ eslint-rule-composer "^0.3.0"
1402
+
1396
1403
eslint-rule-composer@^0.3.0 :
1397
1404
version "0.3.0"
1398
1405
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