Skip to content

Commit

Permalink
Bump eslint dev deps (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki committed Aug 9, 2024
1 parent 6b04458 commit bfe8c71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"src/"
],
"devDependencies": {
"@babel/eslint-parser": "^7.24.8",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@babel/eslint-parser": "^7.25.1",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"c8": "^10.1.2",
"chai": "^5.1.1",
"eslint": "^8.57.0",
Expand Down

0 comments on commit bfe8c71

Please sign in to comment.