Skip to content

Commit 1e74e7f

Browse files
chore(deps): update dependency eslint-plugin-unused-imports to v4
1 parent 0394b8b commit 1e74e7f

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"eslint-plugin-sort-class-members": "1.19.0",
173173
"eslint-plugin-storybook": "0.6.15",
174174
"eslint-plugin-typescript-sort-keys": "3.1.0",
175-
"eslint-plugin-unused-imports": "3.0.0",
175+
"eslint-plugin-unused-imports": "4.0.0",
176176
"husky": "9.0.11",
177177
"jsdom": "24.0.0",
178178
"keyv": "4.5.4",

yarn.lock

+32-7
Original file line numberDiff line numberDiff line change
@@ -7002,10 +7002,10 @@ [email protected]:
70027002
json-schema "^0.4.0"
70037003
natural-compare-lite "^1.4.0"
70047004

7005-
eslint-plugin-unused-imports@3.0.0:
7006-
version "3.0.0"
7007-
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-3.0.0.tgz#d25175b0072ff16a91892c3aa72a09ca3a9e69e7"
7008-
integrity sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==
7005+
eslint-plugin-unused-imports@4.0.0:
7006+
version "4.0.0"
7007+
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.0.0.tgz#93f3a7ee6088221e4a1d7127866e05d5917a9f65"
7008+
integrity sha512-mzM+y2B7XYpQryVa1usT+Y/BdNAtAZiXzwpSyDCboFoJN/LZRN67TNvQxKtuTK/Aplya3sLNQforiubzPPaIcQ==
70097009
dependencies:
70107010
eslint-rule-composer "^0.3.0"
70117011

@@ -11704,7 +11704,16 @@ [email protected]:
1170411704
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
1170511705
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
1170611706

11707-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11707+
"string-width-cjs@npm:string-width@^4.2.0":
11708+
version "4.2.3"
11709+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11710+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11711+
dependencies:
11712+
emoji-regex "^8.0.0"
11713+
is-fullwidth-code-point "^3.0.0"
11714+
strip-ansi "^6.0.1"
11715+
11716+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1170811717
version "4.2.3"
1170911718
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1171011719
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11791,7 +11800,14 @@ string_decoder@~1.1.1:
1179111800
dependencies:
1179211801
safe-buffer "~5.1.0"
1179311802

11794-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11803+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11804+
version "6.0.1"
11805+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11806+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11807+
dependencies:
11808+
ansi-regex "^5.0.1"
11809+
11810+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1179511811
version "6.0.1"
1179611812
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1179711813
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12887,7 +12903,7 @@ wordwrap@>=0.0.2, wordwrap@^1.0.0:
1288712903
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1288812904
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1288912905

12890-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12906+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1289112907
version "7.0.0"
1289212908
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1289312909
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12905,6 +12921,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1290512921
string-width "^4.1.0"
1290612922
strip-ansi "^6.0.0"
1290712923

12924+
wrap-ansi@^7.0.0:
12925+
version "7.0.0"
12926+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12927+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12928+
dependencies:
12929+
ansi-styles "^4.0.0"
12930+
string-width "^4.1.0"
12931+
strip-ansi "^6.0.0"
12932+
1290812933
wrap-ansi@^8.1.0:
1290912934
version "8.1.0"
1291012935
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)