-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
81 lines (72 loc) 路 2.43 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
81 lines (72 loc) 路 2.43 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
preferWorkspacePackages: true
packages:
- 'packages/*'
- 'services/*'
- 'tests/*'
catalogs:
tiptap:
'@tiptap/core': ^3.30.3
'@tiptap/extension-bubble-menu': ^3.30.3
'@tiptap/extension-code-block-lowlight': ^3.30.3
'@tiptap/extension-collaboration': ^3.30.3
'@tiptap/extension-document': ^3.30.3
'@tiptap/extension-drag-handle': ^3.30.3
'@tiptap/extension-drag-handle-vue-3': ^3.30.3
'@tiptap/extension-file-handler': ^3.30.3
'@tiptap/extension-find-and-replace': ^3.30.3
'@tiptap/extension-hard-break': ^3.30.3
'@tiptap/extension-image': ^3.30.3
'@tiptap/extension-link': ^3.30.3
'@tiptap/extension-node-range': ^3.30.3
'@tiptap/extension-paragraph': ^3.30.3
'@tiptap/extension-placeholder': ^3.30.3
'@tiptap/extension-subscript': ^3.30.3
'@tiptap/extension-superscript': ^3.30.3
'@tiptap/extension-table': ^3.30.3
'@tiptap/extension-task-item': ^3.30.3
'@tiptap/extension-task-list': ^3.30.3
'@tiptap/extension-text': ^3.30.3
'@tiptap/extension-text-align': ^3.30.3
'@tiptap/extension-text-style': ^3.30.3
'@tiptap/extension-underline': ^3.30.3
'@tiptap/markdown': ^3.30.3
'@tiptap/pm': ^3.30.3
'@tiptap/starter-kit': ^3.30.3
'@tiptap/suggestion': ^3.30.3
'@tiptap/vue-3': ^3.30.3
'@tiptap/y-tiptap': ^3.0.9
# Kept in step with what @tiptap/markdown resolves, so the editor and the
# strategy share one marked instance instead of ending up with two copies.
marked: ^17.0.1
autoInstallPeers: true
sharedWorkspaceLockfile: true
# c.f. https://github.com/vuejs/test-utils/pull/2197
hoistPattern:
- '@vue/server-renderer'
- 'prosemirror-transform'
# eslint and prettier (public so they are picked up by IDEs)
publicHoistPattern:
- '*eslint*'
- '*prettier*'
minimumReleaseAge: 720
# ensure platform-specific bindings (e.g. rolldown) resolve for all Linux libc variants in CI
supportedArchitectures:
libc:
- current
- glibc
- musl
allowBuilds:
'@parcel/watcher': true
core-js: true
es5-ext: true
esbuild: true
patchedDependencies:
caf@15.0.1: patches/caf@15.0.1.patch
vite-plugin-static-copy@4.1.1: patches/vite-plugin-static-copy@4.1.1.patch
vue-inline-svg@4.0.1: patches/vue-inline-svg@4.0.1.patch
overrides:
'epubjs>@xmldom/xmldom': ^0.9.12
# lowlight pins its own highlight.js, which would install a second copy
highlight.js: ^11.12.0
'@module-federation/dts-plugin>axios': ^1.6.0
axios: 1.20.0