mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Signed-off-by: Matt Toohey <contact@matttoohey.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
17 lines
704 B
YAML
17 lines
704 B
YAML
packages:
|
|
- "desktop"
|
|
- "web"
|
|
allowBuilds:
|
|
esbuild: true
|
|
overrides:
|
|
# Force a single copy of the dismissable-layer. Radix packages otherwise
|
|
# resolve different versions (react-menu pulled 1.1.11, react-dialog 1.1.15),
|
|
# and each copy keeps its own module-level saved <body> pointer-events style —
|
|
# so a modal menu opening a modal dialog left `pointer-events: none` stuck on
|
|
# <body> when the dialog closed, freezing the app (#1482, reminder dialog).
|
|
# Removable once every @radix-ui dep converges on one version naturally.
|
|
"@radix-ui/react-dismissable-layer": 1.1.15
|
|
patchedDependencies:
|
|
isomorphic-git: patches/isomorphic-git.patch
|
|
virtua@0.49.3: patches/virtua@0.49.3.patch
|