-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Update package.json #4328
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
base: master
Are you sure you want to change the base?
Update package.json #4328
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -157,5 +157,11 @@ | |
| "tsx": "^4.19.0", | ||
| "typescript": "^5.9.3", | ||
| "vitest": "^4.1.6" | ||
| }, | ||
| "pnpm": { | ||
| "onlyBuiltDependencies": [ | ||
| "@swc/core", | ||
| "@parcel/watcher" | ||
| ] | ||
| } | ||
|
Comment on lines
+161
to
166
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
In pnpm v9+, setting |
||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"pnpm"key is indented with 4 spaces, breaking consistency with every other top-level key in the file (all use 2 spaces). The closing brace on line 166 is already at 2 spaces, making the open/close indentation levels mismatch visually.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!