Skip to content

Commit 32948fa

Browse files
build(deps-dev): bump prettier from 3.7.4 to 3.8.0 (#1647)
Bumps [prettier](https://github.com/prettier/prettier) from 3.7.4 to 3.8.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.4...3.8.0) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 575d727 commit 32948fa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"eslint-plugin-prettier": "^5.5.4",
8282
"jest": "^30.2.0",
8383
"nodemon": "^3.1.11",
84-
"prettier": "^3.7.4",
84+
"prettier": "^3.8.0",
8585
"shx": "^0.4.0",
8686
"ts-jest": "^29.4.6",
8787
"ts-node-dev": "^2.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5505,10 +5505,10 @@ prettier-linter-helpers@^1.0.0:
55055505
dependencies:
55065506
fast-diff "^1.1.2"
55075507

5508-
prettier@^3.7.4:
5509-
version "3.7.4"
5510-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.7.4.tgz#d2f8335d4b1cec47e1c8098645411b0c9dff9c0f"
5511-
integrity sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==
5508+
prettier@^3.8.0:
5509+
version "3.8.0"
5510+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.0.tgz#f72cf71505133f40cfa2ef77a2668cdc558fcd69"
5511+
integrity sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==
55125512

55135513
[email protected], pretty-format@^30.0.0:
55145514
version "30.2.0"

0 commit comments

Comments
 (0)