We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 230387b + 48a49b9 commit 518950aCopy full SHA for 518950a
package.json
@@ -79,12 +79,6 @@
79
"vitest": "^3.2.4",
80
"webdriverio": "^9.12.7"
81
},
82
- "pnpm": {
83
- "overrides": {
84
- "semver": "^7.0.0",
85
- "vite@^7.0.0": "^7.1.12"
86
- }
87
- },
88
"engines": {
89
"node": ">=24.11.0",
90
"pnpm": ">=10.14.0",
pnpm-workspace.yaml
@@ -5,6 +5,10 @@ onlyBuiltDependencies:
5
- msw
6
- protobufjs
7
8
+overrides:
9
+ semver: ^7.0.0
10
+ 'vite@^7.0.0': ^7.1.12
11
+
12
minimumReleaseAge: 4320 # 3 days
13
minimumReleaseAgeExclude:
14
- '@ckeditor/*'
0 commit comments