Skip to content

Commit ae63301

Browse files
Bump prettier from 3.4.1 to 3.4.2 (#195)
Bumps [prettier](https://github.com/prettier/prettier) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.1...3.4.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3388725 commit ae63301

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
@@ -41,7 +41,7 @@
4141
"eslint-plugin-prettier": "5.2.1",
4242
"jest": "^27.4.7",
4343
"js-yaml": "^4.1.0",
44-
"prettier": "^3.4.1",
44+
"prettier": "^3.4.2",
4545
"ts-jest": "^27.1.3",
4646
"typescript": "^4.9.5"
4747
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5885,10 +5885,10 @@ prettier-linter-helpers@^1.0.0:
58855885
dependencies:
58865886
fast-diff "^1.1.2"
58875887

5888-
prettier@^3.0.0, prettier@^3.4.1:
5889-
version "3.4.1"
5890-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.1.tgz#e211d451d6452db0a291672ca9154bc8c2579f7b"
5891-
integrity sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==
5888+
prettier@^3.0.0, prettier@^3.4.2:
5889+
version "3.4.2"
5890+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f"
5891+
integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==
58925892

58935893
pretty-format@^27.0.0, pretty-format@^27.5.1:
58945894
version "27.5.1"

0 commit comments

Comments
 (0)