Skip to content

Commit

Permalink
fix: update typescript parser
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 26, 2023
1 parent bb88ee3 commit d0c2053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@graphql-eslint/eslint-plugin": "^3.18.0",
"@next/eslint-plugin-next": "^13.4.1",
"@rushstack/eslint-patch": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-ava": "^14.0.0",
Expand Down

0 comments on commit d0c2053

Please sign in to comment.