Skip to content

Commit

Permalink
Upgrade bundled typescript-eslint
Browse files Browse the repository at this point in the history
Among other improvements, this fixes a crash in the
@typescript-eslint/unified-signatures rule:
typescript-eslint/typescript-eslint#6940.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Loading branch information
andersk committed Apr 25, 2023
1 parent 2a3d19c commit 9672d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -59,8 +59,8 @@
],
"dependencies": {
"@eslint/eslintrc": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"arrify": "^3.0.0",
"cosmiconfig": "^8.1.3",
"define-lazy-prop": "^3.0.0",
Expand Down

0 comments on commit 9672d10

Please sign in to comment.