Skip to content

Commit 5553a1e

Browse files
chore(dev-deps): bump prettier from 3.7.3 to 3.7.4 (#758)
Bumps [prettier](https://github.com/prettier/prettier) from 3.7.3 to 3.7.4. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.3...3.7.4) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c50ca6a commit 5553a1e

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
@@ -28,7 +28,7 @@
2828
"lint-staged": "^15",
2929
"mocha": "^10.8.2",
3030
"oclif": "^4.22.52",
31-
"prettier": "^3.7.3",
31+
"prettier": "^3.7.4",
3232
"shx": "^0.4.0",
3333
"ts-node": "^10.9.2",
3434
"typescript": "^5.7.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7322,10 +7322,10 @@ prelude-ls@^1.2.1:
73227322
resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
73237323
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
73247324

7325-
prettier@^3.7.3:
7326-
version "3.7.3"
7327-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.7.3.tgz#99a8891f6c990cfa54bcff2a0d276e6f845e59ab"
7328-
integrity sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==
7325+
prettier@^3.7.4:
7326+
version "3.7.4"
7327+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.7.4.tgz#d2f8335d4b1cec47e1c8098645411b0c9dff9c0f"
7328+
integrity sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==
73297329

73307330
proc-log@^3.0.0:
73317331
version "3.0.0"

0 commit comments

Comments
 (0)