chore: align sub-project package.json engines with root

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2025-11-14 15:36:39 +01:00
parent 83d93dac11
commit e1e265d3fa
4 changed files with 77 additions and 244 deletions

File diff suppressed because it is too large Load diff

View file

@ -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"
}
}

View file

@ -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"
}
}
}

View file

@ -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"
}
}