We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f9e44a + 1b63aed commit a630716Copy full SHA for a630716
1 file changed
package.json
@@ -67,11 +67,11 @@
67
"extends @nextcloud/browserslist-config"
68
],
69
"overrides": {
70
- "mdast-util-gfm": {
71
- "mdast-util-gfm-autolink-literal": "2.0.0"
72
- },
73
"@playwright/experimental-ct-core": {
74
"vite": "^6.3.4 || ^7.0.0"
+ },
+ "mdast-util-gfm": {
+ "mdast-util-gfm-autolink-literal": "2.0.0"
75
}
76
},
77
"dependencies": {
@@ -167,11 +167,13 @@
167
"node": "^20.11.0 || ^22 || ^24"
168
169
"devEngines": {
170
- "packageManager": {
171
- "name": "npm",
172
- "version": "^10",
173
- "onFail": "error"
174
+ "packageManager": [
+ {
+ "name": "npm",
+ "version": "^10",
+ "onFail": "error"
175
+ }
176
+ ],
177
"runtime": {
178
"name": "node",
179
"version": "^22",
0 commit comments