Skip to content

Commit

Permalink
Support for TypeScript 5.5
Browse files Browse the repository at this point in the history
Fixes prettier#1015

Update the version of `@typescript-eslint/parser` to support TypeScript 5.5.

* Change the version of `@typescript-eslint/parser` in `package.json` from `^6.7.5` to `^7.14.1`.
  • Loading branch information
davidarny committed Nov 15, 2024
1 parent 39a7744 commit 174ad05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
"dependencies": {
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/parser": "^7.14.1",
"common-tags": "^1.4.0",
"dlv": "^1.1.0",
"eslint": "^8.7.0",
Expand Down

0 comments on commit 174ad05

Please sign in to comment.