| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Move prettier and prettier-plugin-organize-imports into the workspace catalog so their versions live in one place, matching how eslint, typescript and the other shared dev dependencies are already managed. Resolved versions are unchanged (prettier 3.9.6, prettier-plugin-organize-imports 3.2.4). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
@Shinyaigeek is attempting to deploy a commit to the thesys-devs Team on Vercel. A member of the Team first needs to authorize it. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What
prettier and prettier-plugin-organize-imports were the last shared dev-tooling dependencies still pinned per package.json, while eslint, typescript and friends already go through the workspace catalog. This moves them into the catalog too, so the versions live in one place.
Changes
Resolved versions are unchanged (prettier 3.9.6, prettier-plugin-organize-imports 3.2.4), so no formatting behaviour changes.
Test Plan
pnpm install --frozen-lockfile (pnpm 10.34.5, same major as CI) passes against the updated lockfile and produces no further lockfile changes — i.e. the lockfile is in sync with the manifests.
Checklist
🤖 Generated with Claude Code