Skip to content

Commit d923854

Browse files
⬆️ upgrade prettier to v3.3.1
1 parent 4dfdb5c commit d923854

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
@@ -4404,9 +4404,9 @@ prettier-linter-helpers@^1.0.0:
44044404
fast-diff "^1.1.2"
44054405

44064406
prettier@^3.0.0:
4407-
version "3.1.1"
4408-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
4409-
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
4407+
version "3.3.1"
4408+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.1.tgz#e68935518dd90bb7ec4821ba970e68f8de16e1ac"
4409+
integrity sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==
44104410

44114411
proc-log@^3.0.0:
44124412
version "3.0.0"
@@ -4852,8 +4852,16 @@ streamsearch@^1.1.0:
48524852
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
48534853
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
48544854

4855-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
4856-
name string-width-cjs
4855+
"string-width-cjs@npm:string-width@^4.2.0":
4856+
version "4.2.3"
4857+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4858+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4859+
dependencies:
4860+
emoji-regex "^8.0.0"
4861+
is-fullwidth-code-point "^3.0.0"
4862+
strip-ansi "^6.0.1"
4863+
4864+
string-width@^4.1.0:
48574865
version "4.2.3"
48584866
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
48594867
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4937,7 +4945,14 @@ stringify-entities@^4.0.0:
49374945
character-entities-html4 "^2.0.0"
49384946
character-entities-legacy "^3.0.0"
49394947

4940-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4948+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4949+
version "6.0.1"
4950+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4951+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4952+
dependencies:
4953+
ansi-regex "^5.0.1"
4954+
4955+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
49414956
version "6.0.1"
49424957
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
49434958
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)