-
Notifications
You must be signed in to change notification settings - Fork 447
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
32 lines (29 loc) · 968 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
32 lines (29 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
packages:
- packages/*
minimumReleaseAge: 0
trustLockfile: true
confirmModulesPurge: false
allowBuilds:
'@openuidev/lang-core': true
'@parcel/watcher': true
'@swc/core': true
better-sqlite3: false
esbuild: true
# Fern-generated SDK tests (packages/trueforge-sdk) run msw's postinstall.
msw: true
protobufjs: true
# Silence peer mismatches between trueforge-ui peers and the versions we pin.
peerDependencyRules:
allowedVersions:
'@truefoundry/assistant-ui-runtime': '0.1.39'
# One Context module for assistant-ui (avoids "requires an AuiProvider").
overrides:
'@assistant-ui/store': '0.2.21'
'@assistant-ui/core': '0.2.22'
'@assistant-ui/react': '0.14.27'
'@assistant-ui/tap': '0.9.5'
zustand: '^5.0.14'
# resolve@1.22.12 ships accidental .claude/ files that break installs under macOS sandbox.
resolve: '1.22.11'
# Rollup 4.63.0 OOMs the frontend Vite build (Monaco + compression plugin); stay on 4.62.x.
rollup: '4.62.2'