Skip to content

Commit 86e7376

Browse files
Update dependency prettier to v3
1 parent 4dd3242 commit 86e7376

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-config-prettier": "8.8.0",
4848
"eslint-plugin-functional": "4.4.1",
4949
"husky": "8.0.3",
50-
"prettier": "2.8.8",
50+
"prettier": "3.5.1",
5151
"rimraf": "5.0.1",
5252
"sinon": "15.2.0",
5353
"typescript": "5.0.2"

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7535,10 +7535,10 @@ prepend-http@^2.0.0:
75357535
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
75367536
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
75377537

7538-
prettier@2.8.8:
7539-
version "2.8.8"
7540-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
7541-
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
7538+
prettier@3.5.1:
7539+
version "3.5.1"
7540+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.1.tgz#22fac9d0b18c0b92055ac8fb619ac1c7bef02fb7"
7541+
integrity sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==
75427542

75437543
prettier@^2.1.2:
75447544
version "2.5.0"
@@ -8536,7 +8536,7 @@ strict-uri-encode@^1.0.0:
85368536
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
85378537
integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
85388538

8539-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8539+
"string-width-cjs@npm:string-width@^4.2.0":
85408540
version "4.2.3"
85418541
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
85428542
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8554,6 +8554,15 @@ string-width@^1.0.1:
85548554
is-fullwidth-code-point "^1.0.0"
85558555
strip-ansi "^3.0.0"
85568556

8557+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8558+
version "4.2.3"
8559+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8560+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8561+
dependencies:
8562+
emoji-regex "^8.0.0"
8563+
is-fullwidth-code-point "^3.0.0"
8564+
strip-ansi "^6.0.1"
8565+
85578566
string-width@^5.0.0:
85588567
version "5.1.0"
85598568
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.0.tgz#5ab00980cfb29f43e736b113a120a73a0fb569d3"
@@ -8616,7 +8625,7 @@ string_decoder@~1.1.1:
86168625
dependencies:
86178626
safe-buffer "~5.1.0"
86188627

8619-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8628+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
86208629
version "6.0.1"
86218630
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
86228631
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8630,6 +8639,13 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
86308639
dependencies:
86318640
ansi-regex "^2.0.0"
86328641

8642+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8643+
version "6.0.1"
8644+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8645+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8646+
dependencies:
8647+
ansi-regex "^5.0.1"
8648+
86338649
strip-ansi@^7.0.1:
86348650
version "7.0.1"
86358651
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
@@ -9848,7 +9864,7 @@ word-wrap@^1.2.3:
98489864
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
98499865
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
98509866

9851-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9867+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
98529868
version "7.0.0"
98539869
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
98549870
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9865,6 +9881,15 @@ wrap-ansi@^2.0.0:
98659881
string-width "^1.0.1"
98669882
strip-ansi "^3.0.1"
98679883

9884+
wrap-ansi@^7.0.0:
9885+
version "7.0.0"
9886+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9887+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9888+
dependencies:
9889+
ansi-styles "^4.0.0"
9890+
string-width "^4.1.0"
9891+
strip-ansi "^6.0.0"
9892+
98689893
wrap-ansi@^8.1.0:
98699894
version "8.1.0"
98709895
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)