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:
Generated
+3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user