Skip to content

Commit 702c8af

Browse files
build(deps-dev): bump prettier from 3.8.1 to 3.8.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.8.1 to 3.8.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.1...3.8.3) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2984202 commit 702c8af

3 files changed

Lines changed: 37 additions & 12 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"jest-environment-jsdom": "30.3.0",
5454
"jest-fixed-jsdom": "0.0.11",
5555
"msw": "2.6.6",
56-
"prettier": "3.8.1",
56+
"prettier": "3.8.3",
5757
"react": "18.3.1",
5858
"react-dom": "18.3.1",
5959
"rimraf": "6.1.3",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5118,10 +5118,10 @@ prettier-linter-helpers@^1.0.0:
51185118
dependencies:
51195119
fast-diff "^1.1.2"
51205120

5121-
prettier@3.8.1:
5122-
version "3.8.1"
5123-
resolved "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz"
5124-
integrity sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==
5121+
prettier@3.8.3:
5122+
version "3.8.3"
5123+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.3.tgz#560f2de55bf01b4c0503bc629d5df99b9a1d09b0"
5124+
integrity sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==
51255125

51265126
pretty-format@30.3.0, pretty-format@^30.0.0:
51275127
version "30.3.0"
@@ -5600,7 +5600,16 @@ string-length@^4.0.2:
56005600
char-regex "^1.0.2"
56015601
strip-ansi "^6.0.0"
56025602

5603-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5603+
"string-width-cjs@npm:string-width@^4.2.0":
5604+
version "4.2.3"
5605+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
5606+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5607+
dependencies:
5608+
emoji-regex "^8.0.0"
5609+
is-fullwidth-code-point "^3.0.0"
5610+
strip-ansi "^6.0.1"
5611+
5612+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
56045613
version "4.2.3"
56055614
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
56065615
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5680,7 +5689,14 @@ string.prototype.trimstart@^1.0.8:
56805689
define-properties "^1.2.1"
56815690
es-object-atoms "^1.0.0"
56825691

5683-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5692+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5693+
version "6.0.1"
5694+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
5695+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5696+
dependencies:
5697+
ansi-regex "^5.0.1"
5698+
5699+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
56845700
version "6.0.1"
56855701
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
56865702
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -6142,7 +6158,7 @@ which@^2.0.1:
61426158
dependencies:
61436159
isexe "^2.0.0"
61446160

6145-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
6161+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
61466162
version "7.0.0"
61476163
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
61486164
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -6160,6 +6176,15 @@ wrap-ansi@^6.2.0:
61606176
string-width "^4.1.0"
61616177
strip-ansi "^6.0.0"
61626178

6179+
wrap-ansi@^7.0.0:
6180+
version "7.0.0"
6181+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
6182+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6183+
dependencies:
6184+
ansi-styles "^4.0.0"
6185+
string-width "^4.1.0"
6186+
strip-ansi "^6.0.0"
6187+
61636188
wrap-ansi@^8.1.0:
61646189
version "8.1.0"
61656190
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)