Skip to content

Commit 63655cf

Browse files
authored
chore: bump pnpm version 🍷 (#7801)
* chore: bump pnpm version 🍷 * feat: add ignoredBuiltDependencies * feat: chage ignoredBuiltDependencies * feat: change onlyBuiltDependencies
1 parent d2b31c7 commit 63655cf

File tree

2 files changed

+866
-524
lines changed

2 files changed

+866
-524
lines changed

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,26 @@
179179
"yarn": "please-use-pnpm",
180180
"pnpm": ">=9.0.5"
181181
},
182-
"packageManager": "pnpm@9.15.5",
182+
"packageManager": "pnpm@10.14.0",
183183
"pnpm": {
184184
"overrides": {
185185
"typescript": "5.4.5",
186186
"vfile": "6.0.3"
187187
},
188188
"patchedDependencies": {
189189
190-
}
190+
},
191+
"onlyBuiltDependencies": [
192+
"@parcel/watcher",
193+
"@tailwindcss/oxide",
194+
"esbuild",
195+
"netlify-cli",
196+
"puppeteer",
197+
"sharp",
198+
"simple-git-hooks",
199+
"unix-dgram",
200+
"workerd"
201+
]
191202
},
192203
"private": true,
193204
"scripts": {

0 commit comments

Comments
 (0)