Skip to content
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

Bump prettier from 2.8.8 to 3.2.4 #171

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 @@ -35,7 +35,7 @@
"eslint-plugin-github": "^4.7.0",
"eslint-plugin-jest": "^27.2.3",
"js-yaml": "^4.1.0",
"prettier": "^2.8.8",
"prettier": "^3.2.4",
"typescript": "^5.1.6"
},
"packageManager": "[email protected]"
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ __metadata:
eslint-plugin-github: ^4.7.0
eslint-plugin-jest: ^27.2.3
js-yaml: ^4.1.0
prettier: ^2.8.8
prettier: ^3.2.4
typescript: ^5.1.6
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2578,7 +2578,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.2.1, prettier@npm:^2.8.8":
"prettier@npm:^2.2.1":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
Expand All @@ -2587,6 +2587,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.2.4":
version: 3.2.4
resolution: "prettier@npm:3.2.4"
bin:
prettier: bin/prettier.cjs
checksum: 6ec9385a836e0b9bac549e585101c086d1521c31d7b882d5c8bb7d7646da0693da5f31f4fff6dc080710e5e2d34c85e6fb2f8766876b3645c8be2f33b9c3d1a3
languageName: node
linkType: hard

"promise-retry@npm:^2.0.1":
version: 2.0.1
resolution: "promise-retry@npm:2.0.1"
Expand Down
Loading