Merge pull request #56444 from nextcloud/chore/fix-package-jsons

pull/56138/head
John Molakvoæ 2025-11-18 11:48:42 +07:00 committed by GitHub
commit b19e81428f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 77 additions and 244 deletions

File diff suppressed because it is too large Load Diff

@ -143,7 +143,7 @@
"workbox-webpack-plugin": "^7.3.0"
},
"engines": {
"node": "^22.0.0",
"npm": "^10.5.0"
"node": "^24.0.0",
"npm": "^11.3.0"
}
}

@ -9,8 +9,8 @@
"version": "1.0.0",
"license": "AGPL-3.0-or-later",
"engines": {
"node": "^22.0.0",
"npm": "^10.5.0"
"node": "^24.0.0",
"npm": "^11.3.0"
}
}
}

@ -21,7 +21,7 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^22.0.0",
"npm": "^10.5.0"
"node": "^24.0.0",
"npm": "^11.3.0"
}
}