Skip to content

Commit

Permalink
chore(deps): update eslint to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 2, 2024
1 parent bb0ce38 commit 9d36b15
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 99 deletions.
194 changes: 97 additions & 97 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"benchmark": "^2.1.4",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.0.0",
Expand Down

1 comment on commit 9d36b15

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 9d36b15 Previous: 0eaba24 Ratio
parse 5389 ops/sec (±1.37%) 2920 ops/sec (±0.42%) 0.54

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.