Skip to content

Commit 61dc42a

Browse files
committed
chore: fix npm overrides
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 733d17e commit 61dc42a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
"browserslist": [
7070
"extends @nextcloud/browserslist-config"
7171
],
72+
"overrides": {
73+
"eslint-plugin-vitest": {
74+
"@typescript-eslint/utils": "^8.56.0"
75+
}
76+
},
7277
"files": [
7378
"dist",
7479
"src",

0 commit comments

Comments
 (0)