Skip to content

Commit ba60acc

Browse files
committed
fix(deps): align typescript-eslint with typescript 6
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 0750061 commit ba60acc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"devDependencies": {
5353
"@nextcloud/browserslist-config": "^3.1.2",
5454
"@eslint/js": "^9.39.3",
55-
"@typescript-eslint/eslint-plugin": "^8.56.0",
56-
"@typescript-eslint/parser": "^8.56.0",
55+
"@typescript-eslint/eslint-plugin": "^8.58.0",
56+
"@typescript-eslint/parser": "^8.58.0",
5757
"@vitejs/plugin-vue": "^6.0.4",
5858
"eslint": "^9.0.0",
5959
"eslint-plugin-vue": "^10.8.0",
@@ -75,7 +75,7 @@
7575
],
7676
"overrides": {
7777
"eslint-plugin-vitest": {
78-
"@typescript-eslint/utils": "^8.56.0"
78+
"@typescript-eslint/utils": "^8.58.0"
7979
}
8080
},
8181
"files": [

0 commit comments

Comments
 (0)