Skip to content

Commit faabcd3

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent c9b9856 commit faabcd3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

e2e/projects/eslint-recommended/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "echo \"Error: no test specified\" && exit 1"
66
},
77
"devDependencies": {
8-
"@typescript-eslint/parser": "7.12.0",
8+
"@typescript-eslint/parser": "8.25.0",
99
"eslint": "8.57.1",
1010
"typescript": "5.8.2"
1111
}

e2e/projects/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "echo \"Error: no test specified\" && exit 1"
66
},
77
"devDependencies": {
8-
"@typescript-eslint/parser": "7.12.0",
8+
"@typescript-eslint/parser": "8.25.0",
99
"eslint": "8.57.1",
1010
"typescript": "5.8.2"
1111
}

e2e/projects/ts-eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"test": "echo \"Error: no test specified\" && exit 1"
66
},
77
"devDependencies": {
8-
"@typescript-eslint/eslint-plugin": "7.12.0",
9-
"@typescript-eslint/parser": "7.12.0",
8+
"@typescript-eslint/eslint-plugin": "8.25.0",
9+
"@typescript-eslint/parser": "8.25.0",
1010
"eslint": "8.57.1",
1111
"typescript": "5.8.2"
1212
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@types/estree": "1.0.6",
4343
"@types/jest": "29.5.14",
4444
"@types/node": "20.17.22",
45-
"@typescript-eslint/eslint-plugin": "7.12.0",
46-
"@typescript-eslint/parser": "7.12.0",
45+
"@typescript-eslint/eslint-plugin": "8.25.0",
46+
"@typescript-eslint/parser": "8.25.0",
4747
"eslint": "8.57.1",
4848
"eslint-config-prettier": "9.1.0",
4949
"fretted-strings": "2.0.0",

0 commit comments

Comments
 (0)