Skip to content
Closed
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
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"postcss-styled": "^0.34.0",
"postcss-styled-syntax": "^0.7.1",
"postcss-syntax": "^0.36.2",
"prettier": "^3.6.2",
"prettier": "^3.7.3",

Choose a reason for hiding this comment

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

💡 Suggestion

Bumped Prettier version in package.json dependency list. This changes the formatting engine used by the repo; please ensure:

  • CI formatting/linting jobs (and any pre-commit hooks) are compatible with Prettier 3.7.3.
  • Any editor/IDE plugins (VSCode extension) used by the team are updated — release notes mention a getFileInfo() fix that previously broke the VSCode extension.

If you want me to, I can run format and push updates to affected files.

🟡 Medium risk

"stylelint": "^16.23.0",
"stylelint-a11y": "^1.2.3",
"stylelint-config-css-modules": "^4.5.1",
Expand Down