Skip to content

Commit 8a49133

Browse files
Bump prettier from 3.0.3 to 3.1.0 (#1205)
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.0.3...3.1.0) --- updated-dependencies: - dependency-name: prettier 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 3246a42 commit 8a49133

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
@@ -77,7 +77,7 @@
7777
"eslint-plugin-prettier": "^5.0.1",
7878
"jest": "^29.7.0",
7979
"nodemon": "^3.0.1",
80-
"prettier": "^3.0.3",
80+
"prettier": "^3.1.0",
8181
"shx": "^0.3.4",
8282
"ts-jest": "^29.1.1",
8383
"ts-node-dev": "^2.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4431,10 +4431,10 @@ prettier-linter-helpers@^1.0.0:
44314431
dependencies:
44324432
fast-diff "^1.1.2"
44334433

4434-
prettier@^3.0.3:
4435-
version "3.0.3"
4436-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
4437-
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==
4434+
prettier@^3.1.0:
4435+
version "3.1.0"
4436+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
4437+
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
44384438

44394439
pretty-format@^29.0.0, pretty-format@^29.7.0:
44404440
version "29.7.0"

0 commit comments

Comments
 (0)