Skip to content

Commit a630716

Browse files
authored
Merge pull request #7213 from nextcloud-libraries/chore/fix-dependabot
chore: work around bug in `corepack` blocking dependency updates
2 parents 8f9e44a + 1b63aed commit a630716

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
"extends @nextcloud/browserslist-config"
6868
],
6969
"overrides": {
70-
"mdast-util-gfm": {
71-
"mdast-util-gfm-autolink-literal": "2.0.0"
72-
},
7370
"@playwright/experimental-ct-core": {
7471
"vite": "^6.3.4 || ^7.0.0"
72+
},
73+
"mdast-util-gfm": {
74+
"mdast-util-gfm-autolink-literal": "2.0.0"
7575
}
7676
},
7777
"dependencies": {
@@ -167,11 +167,13 @@
167167
"node": "^20.11.0 || ^22 || ^24"
168168
},
169169
"devEngines": {
170-
"packageManager": {
171-
"name": "npm",
172-
"version": "^10",
173-
"onFail": "error"
174-
},
170+
"packageManager": [
171+
{
172+
"name": "npm",
173+
"version": "^10",
174+
"onFail": "error"
175+
}
176+
],
175177
"runtime": {
176178
"name": "node",
177179
"version": "^22",

0 commit comments

Comments
 (0)