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

web: upgrade prettier to the latest version to support TS satisfies operator #45400

Merged
merged 3 commits into from
Dec 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
"postcss-focus-visible": "^5.0.0",
"postcss-loader": "^7.0.2",
"postcss-modules": "^6.0.0",
"prettier": "2.7.1",
"prettier": "2.8.1",
"process": "^0.11.10",
"protoc-gen-ts": "0.8.1",
"puppeteer": "^13.5.1",
Expand Down Expand Up @@ -489,7 +489,7 @@
"cssnano": "4.1.10",
"webpack": "5",
"tslib": "2.1.0",
"prettier": "2.2.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wat why did we pin it to 2.2 but the package json says 2.7 👀

"prettier": "2.8.1",
"jsprim": "1.4.2"
},
"packageManager": "yarn@3.2.3"
Expand Down