Skip to content

Commit b06e233

Browse files
chore(deps): update dependency eslint-plugin-unused-imports to v4
1 parent 923e30b commit b06e233

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"acorn": "^8.0.1",
4242
"dotenv": "^16.0.0",
4343
"eslint": "8.57.0",
44-
"eslint-plugin-unused-imports": "^2.0.0",
44+
"eslint-plugin-unused-imports": "^4.0.0",
4545
"jest": "^27.0.6",
4646
"jest-ts-auto-mock": "^2.0.0",
4747
"kind-of": "^6.0.3",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,17 +1417,10 @@ escodegen@^2.0.0:
14171417
optionalDependencies:
14181418
source-map "~0.6.1"
14191419

1420-
eslint-plugin-unused-imports@^2.0.0:
1421-
version "2.0.0"
1422-
resolved "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-2.0.0.tgz"
1423-
integrity sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A==
1424-
dependencies:
1425-
eslint-rule-composer "^0.3.0"
1426-
1427-
eslint-rule-composer@^0.3.0:
1428-
version "0.3.0"
1429-
resolved "https://registry.npmjs.org/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz"
1430-
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==
1420+
eslint-plugin-unused-imports@^4.0.0:
1421+
version "4.1.4"
1422+
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.1.4.tgz#62ddc7446ccbf9aa7b6f1f0b00a980423cda2738"
1423+
integrity sha512-YptD6IzQjDardkl0POxnnRBhU1OEePMV0nd6siHaRBbd+lyh6NAhFEobiznKU7kTsSsDeSD62Pe7kAM1b7dAZQ==
14311424

14321425
eslint-scope@^5.1.1:
14331426
version "5.1.1"

0 commit comments

Comments
 (0)