Fix vite version to satisfy @nextcloud/vite-config peer requirement
Lint info.xml / xml-lint (push) Successful in 14s
Lint PHP / php-lint (8.2) (push) Successful in 1m17s
Lint PHP / php-lint (8.3) (push) Successful in 38s
Lint PHP / php-lint (8.4) (push) Successful in 36s
PHPUnit / unit-tests (push) Successful in 41s
Build release artifact / package (push) Failing after 1m30s

@nextcloud/vite-config@2.5.4 (resolved from our ^2.2.0 range) requires
vite@^7.3.6 as a peer; we had vite pinned to ^6.0.0, causing an
ERESOLVE conflict during npm install.
This commit is contained in:
Patrick Niebeling
2026-08-13 10:41:24 +02:00
parent e5f02f3bcc
commit 431879cba4
+1 -1
View File
@@ -19,7 +19,7 @@
"devDependencies": { "devDependencies": {
"@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/vite-config": "^2.2.0", "@nextcloud/vite-config": "^2.2.0",
"vite": "^6.0.0" "vite": "^7.3.6"
}, },
"engines": { "engines": {
"node": "^24.0.0", "node": "^24.0.0",