Skip to content

Commit 28fc182

Browse files
⬆️ upgrade prettier to v3.4.1
1 parent 969f01c commit 28fc182

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

yarn.lock

+21-6
Original file line numberDiff line numberDiff line change
@@ -4904,9 +4904,9 @@ prettier-linter-helpers@^1.0.0:
49044904
fast-diff "^1.1.2"
49054905

49064906
prettier@^3.0.0:
4907-
version "3.1.1"
4908-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
4909-
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
4907+
version "3.4.1"
4908+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.1.tgz#e211d451d6452db0a291672ca9154bc8c2579f7b"
4909+
integrity sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==
49104910

49114911
proc-log@^3.0.0:
49124912
version "3.0.0"
@@ -5414,8 +5414,16 @@ sprintf-js@~1.0.2:
54145414
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
54155415
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
54165416

5417-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
5418-
name string-width-cjs
5417+
"string-width-cjs@npm:string-width@^4.2.0":
5418+
version "4.2.3"
5419+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5420+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5421+
dependencies:
5422+
emoji-regex "^8.0.0"
5423+
is-fullwidth-code-point "^3.0.0"
5424+
strip-ansi "^6.0.1"
5425+
5426+
string-width@^4.1.0:
54195427
version "4.2.3"
54205428
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
54215429
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5499,7 +5507,14 @@ stringify-entities@^4.0.0:
54995507
character-entities-html4 "^2.0.0"
55005508
character-entities-legacy "^3.0.0"
55015509

5502-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5510+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5511+
version "6.0.1"
5512+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5513+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5514+
dependencies:
5515+
ansi-regex "^5.0.1"
5516+
5517+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
55035518
version "6.0.1"
55045519
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
55055520
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)