2026-05-04 18:09:25 -06:00
|
|
|
packages:
|
|
|
|
|
- "desktop"
|
|
|
|
|
- "web"
|
2026-07-17 12:50:06 -07:00
|
|
|
- "admin-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.
|
2026-07-27 01:09:48 -07:00
|
|
|
"@radix-ui/react-dismissable-layer": 1.1.19
|
2026-07-27 14:18:24 -04:00
|
|
|
# linkify-it 5.0.0 (pulled in via markdown-it / tiptap-markdown) is affected
|
|
|
|
|
# by GHSA-22p9-wv53-3rq4 and GHSA-v245-v573-v5vm: crafted link/mailto-heavy
|
|
|
|
|
# text drives quadratic parsing and can freeze the renderer thread. Fixed in
|
|
|
|
|
# 5.0.1 / 5.0.2 respectively; pin >=5.0.2 to cover both. Removable once
|
|
|
|
|
# markdown-it resolves linkify-it >=5.0.2 on its own.
|
|
|
|
|
linkify-it: "^5.0.2"
|
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
|