2026-05-04 18:09:25 -06:00
|
|
|
packages:
|
|
|
|
|
- "desktop"
|
|
|
|
|
- "web"
|
2026-05-21 18:53:26 -04:00
|
|
|
allowBuilds:
|
|
|
|
|
esbuild: true
|
2026-07-16 00:34:50 +10:00
|
|
|
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
|
2026-05-12 15:05:57 -07:00
|
|
|
patchedDependencies:
|
2026-07-06 08:53:18 -06:00
|
|
|
isomorphic-git: patches/isomorphic-git.patch
|
2026-07-13 14:47:17 +00:00
|
|
|
virtua@0.49.3: patches/virtua@0.49.3.patch
|