forked from TypeCellOS/BlockNote
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
52 lines (52 loc) · 1.09 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
52 lines (52 loc) · 1.09 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
packages:
- "packages/*"
- "examples/*/*"
- "playground"
- "fumadocs"
- "docs"
- "shared"
- "tests"
preferWorkspacePackages: true
linkWorkspacePackages: true
gitChecks: false
minimumReleaseAge: 1440
publicHoistPattern:
# We have been preferring to use `prosemirror-*` packages instead of `@tiptap/pm` packages
- "prosemirror-*"
overrides:
"@headlessui/react": "^2.2.4"
"@tiptap/core": "^3.29.2"
"@tiptap/pm": "^3.29.2"
"vitest": "4.1.7"
"@vitest/runner": "4.1.7"
"@y/y": "14.0.0-rc.23"
"@y/prosemirror": "2.0.0-6"
"lib0": "1.0.0-rc.22"
allowBuilds:
"@parcel/watcher": true
"@sentry/cli": true
"@tailwindcss/oxide": true
better-sqlite3: true
esbuild: true
msw: true
unrs-resolver: true
canvas: false
sharp: false
workerd: false
leveldown: false
patchedDependencies:
{ "@y/prosemirror@2.0.0-6": patches/@y__prosemirror@2.0.0-6.patch }
catalog:
vite-plus: ^0.1.24
minimumReleaseAgeExclude:
- vite-plus
- lib0
- "@y/y"
- "@y/prosemirror"
- "@voidzero-dev/*"
- oxlint
- "@oxlint/*"
- oxlint-tsgolint
- "@oxlint-tsgolint/*"
- oxfmt
- "@oxfmt/*"