Skip to content

Commit 3dd587d

Browse files
authored
Merge pull request #19330 from ckeditor/ci/4147-lock
Upgrade `vite` and `koa` packages
2 parents bf0b902 + 7369278 commit 3dd587d

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181
"webpack": "^5.94.0",
8282
"webpack-cli": "^6.0.1"
8383
},
84+
"pnpm": {
85+
"overrides": {
86+
"markdown-it-toc": "npm:@maboloshi/[email protected]",
87+
"@iktakahiro/markdown-it-katex>katex": "^0.16.0",
88+
"@ckeditor/jsdoc-plugins>jsdoc": "-"
89+
}
90+
},
8491
"engines": {
8592
"node": ">=22.0.0",
8693
"pnpm": ">=10.17.0",

pnpm-lock.yaml

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ onlyBuiltDependencies:
1212
- puppeteer
1313
- sharp
1414

15-
# This section must be synchronized with `ckeditor/ckeditor5-commercial`.
16-
overrides:
17-
markdown-it-toc: 'npm:@maboloshi/[email protected]'
18-
'@iktakahiro/markdown-it-katex>katex': ^0.16.0
19-
'@ckeditor/jsdoc-plugins>jsdoc': '-'
20-
2115
minimumReleaseAge: 4320 # 3 days
2216
minimumReleaseAgeExclude:
2317
- '@ckeditor/*'

0 commit comments

Comments
 (0)