Skip to content

Commit 49d2258

Browse files
committed
chore: align @nextcloud/vite-config for vite update
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 033c942 commit 49d2258

2 files changed

Lines changed: 45 additions & 38 deletions

File tree

package-lock.json

Lines changed: 39 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
"test:watch": "vitest watch",
4848
"watch": "vite --mode development build --watch"
4949
},
50+
"overrides": {
51+
"@codecov/vite-plugin": {
52+
"vite": "^7.0"
53+
}
54+
},
5055
"dependencies": {
5156
"@nextcloud/auth": "^2.5.3",
5257
"@nextcloud/capabilities": "^1.2.0",
@@ -65,7 +70,7 @@
6570
"@nextcloud/eslint-config": "^8.4.2",
6671
"@nextcloud/event-bus": "^3.3.2",
6772
"@nextcloud/typings": "^1.9.1",
68-
"@nextcloud/vite-config": "^2.4.0",
73+
"@nextcloud/vite-config": "^2.5.2",
6974
"@types/node": "^24.9.2",
7075
"@vitest/coverage-istanbul": "^3.2.4",
7176
"fast-xml-parser": "^5.3.0",

0 commit comments

Comments
 (0)