fix: also add prettier as direct devDependency

pnpm strict mode does not expose transitive dependency binaries.
Adding prettier@^2.8.8 alongside eslint@^8.57.0 so that
pnpm run format:check works in CI without 'prettier: not found'.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Hugh Hackman
2026-03-22 04:24:45 +00:00
parent d2da09406a
commit 62baf2bd5e
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -46,6 +46,9 @@ importers:
jsdom:
specifier: ^24.0.0
version: 24.1.3
prettier:
specifier: ^2.8.8
version: 2.8.8
react:
specifier: ^18.3.1
version: 18.3.1