Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit b7f146a

Browse files
Bump prettier from 2.8.8 to 3.0.2 in /lib (#251)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.8.8...3.0.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27532fc commit b7f146a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-plugin-unused-imports": "^2.0.0",
7979
"jest": "^26.6.3",
8080
"lint-staged": "^13.2.2",
81-
"prettier": "^2.8.8",
81+
"prettier": "^3.0.2",
8282
"pg": "^8.11.0",
8383
"supertest": "^6.0.0",
8484
"ts-jest": "^26.4.3",

lib/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6007,10 +6007,10 @@ prettier-linter-helpers@^1.0.0:
60076007
dependencies:
60086008
fast-diff "^1.1.2"
60096009

6010-
prettier@^2.8.8:
6011-
version "2.8.8"
6012-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
6013-
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
6010+
prettier@^3.0.2:
6011+
version "3.0.2"
6012+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.2.tgz#78fcecd6d870551aa5547437cdae39d4701dca5b"
6013+
integrity sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==
60146014

60156015
pretty-format@^26.0.0, pretty-format@^26.6.2:
60166016
version "26.6.2"

0 commit comments

Comments
 (0)