Skip to content

Commit fdadabe

Browse files
Upgrade @typescript-eslint/eslint-plugin to latest (8.46.1)
@typescript-eslint/eslint-plugin has a peer dependency on @typescript-eslint/parser, so upgrading the latter also requires upgrading the former.
1 parent 051169b commit fdadabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "yarn workspaces foreach --all run test"
1313
},
1414
"devDependencies": {
15-
"@typescript-eslint/eslint-plugin": "^5.6.0",
15+
"@typescript-eslint/eslint-plugin": "^8.46.1",
1616
"@typescript-eslint/parser": "^8.46.1",
1717
"eslint": "^8.4.0",
1818
"eslint-config-airbnb-base": "^15.0.0",

0 commit comments

Comments
 (0)