Skip to content

Commit 5fe9931

Browse files
authored
chore: update onlyBuiltDependencies (#877)
1 parent 3c2ebf8 commit 5fe9931

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pnpm-workspace.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,21 @@ catalogs:
88
rolldown-vite:
99
vite: npm:rolldown-vite@^7.1.11
1010

11+
dedupeInjectedDeps: false
12+
13+
onlyBuiltDependencies:
14+
- '@swc/core'
15+
- '@tailwindcss/oxide'
16+
- esbuild
17+
- playwright-chromium
18+
- sharp
19+
- simple-git-hooks
20+
- unrs-resolver
21+
- workerd
22+
1123
overrides:
1224
'@types/estree': ^1.0.8
1325

14-
dedupeInjectedDeps: false
15-
1626
peerDependencyRules:
1727
ignoreMissing:
1828
# ignore react-server-dom-webpack -> webpack

0 commit comments

Comments
 (0)