Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,5 @@
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"engines": {
"pnpm": ">=9.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"protobufjs",
"rolldown",
"sharp",
"svelte-preprocess",
"unix-dgram",
"workerd"
]
}
}
9 changes: 9 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ packages:
- packages/kit/test/build-errors/apps/*
- '!.test-tmp/**'
- playgrounds/*
allow-builds:
'@parcel/watcher': true
esbuild: true
protobufjs: true
rolldown: true
sharp: true
svelte-preprocess: true
unix-dgram: true
workerd: true
# pnpm catalogs are currently only suitable for dependencies that
# wouldn't require publishing a new package version
# see https://github.com/changesets/changesets/issues/1707
Expand Down
Loading