Skip to content

chore(deps): update dependency prettier to v3 #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"postcss": "^8.5.3",
"prettier": "^2.8.8",
"prettier": "^3.6.2",
"pretty-quick": "^3.3.1",
"rimraf": "^5.0.10",
"tailwindcss": "^3.4.17",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6452,15 +6452,6 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.8.8":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
prettier: bin-prettier.js
checksum: b49e409431bf129dd89238d64299ba80717b57ff5a6d1c1a8b1a28b590d998a34e083fa13573bc732bb8d2305becb4c9a4407f8486c81fa7d55100eb08263cf8
languageName: node
linkType: hard

"prettier@npm:^3.0.2, prettier@npm:^3.0.3":
version: 3.0.3
resolution: "prettier@npm:3.0.3"
Expand All @@ -6470,6 +6461,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.6.2":
version: 3.6.2
resolution: "prettier@npm:3.6.2"
bin:
prettier: bin/prettier.cjs
checksum: 0206f5f437892e8858f298af8850bf9d0ef1c22e21107a213ba56bfb9c2387a2020bfda244a20161d8e3dad40c6b04101609a55d370dece53d0a31893b64f861
languageName: node
linkType: hard

"pretty-quick@npm:^3.3.1":
version: 3.3.1
resolution: "pretty-quick@npm:3.3.1"
Expand Down Expand Up @@ -8084,7 +8084,7 @@ __metadata:
lint-staged: ^13.3.0
markdown-it: ^13.0.2
postcss: ^8.5.3
prettier: ^2.8.8
prettier: ^3.6.2
pretty-quick: ^3.3.1
remark-gfm: ^3.0.1
rimraf: ^5.0.10
Expand Down
Loading