forked from block/buzz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
23 lines (23 loc) · 1.08 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
23 lines (23 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
packages:
- "desktop"
- "web"
- "admin-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.19
# 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"
patchedDependencies:
isomorphic-git: patches/isomorphic-git.patch
virtua@0.49.3: patches/virtua@0.49.3.patch