-
Notifications
You must be signed in to change notification settings - Fork 812
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update pnpm to v10 * Bump monorepo version reqs * pnpm link is always global now * Add new options to config * Allow install scripts for specific dependencies * Set ignoredBuiltDependencies instead --------- Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: tbradsha <[email protected]>
- Loading branch information
1 parent
56d1c9b
commit af303b8
Showing
5 changed files
with
57 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,12 +35,19 @@ | |
}, | ||
"engines": { | ||
"node": "^22.9.0", | ||
"pnpm": "^9.15.0" | ||
"pnpm": "^10.4.0" | ||
}, | ||
"packageManager": "pnpm@9.15.0", | ||
"packageManager": "pnpm@10.4.0", | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@wordpress/dataviews": ".pnpm-patches/@[email protected]" | ||
} | ||
}, | ||
"ignoredBuiltDependencies": [ | ||
"@swc/core", | ||
"core-js", | ||
"esbuild", | ||
"svelte-preprocess", | ||
"swiper" | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters