-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
41 lines (37 loc) · 952 Bytes
/
pnpm-workspace.yaml
File metadata and controls
41 lines (37 loc) · 952 Bytes
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
packages:
- packages/*
onlyBuiltDependencies:
- '@ckeditor/ckeditor5-dev-tests'
- '@ckeditor/ckeditor5-mermaid'
- '@parcel/watcher'
- '@swc/core'
- core-js
- esbuild
- hexo-util
- puppeteer
- sharp
# This section must be synchronized with `ckeditor/ckeditor5-commercial`.
overrides:
'@iktakahiro/markdown-it-katex>katex': ^0.16.0
'diff@^7': '^8.0.3'
'fast-xml-parser@^5': '^5.3.8'
'http-proxy-agent@^5': '^6.1.1'
'lodash-es@^4': '^4.18.0'
'lodash@^4': '^4.18.0'
'markdown-it-toc': 'npm:@maboloshi/markdown-it-toc@1.1.1'
'minimatch@^9': '^9.0.7'
'path-to-regexp@^0': '^0.1.13'
'qs@^6': '^6.14.2'
'serialize-javascript@^6': '^7.0.5'
'yauzl@^2': '^3.2.1'
minimumReleaseAge: 4320 # 3 days
minimumReleaseAgeExclude:
- '@ckeditor/*'
- '@cksource/*'
- '*ckeditor5*'
- 'umberto'
shellEmulator: true
shamefullyHoist: true
preferFrozenLockfile: true
linkWorkspacePackages: true
ignoreWorkspaceCycles: true