Skip to content

Commit

Permalink
Update dependency eslint to v8.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent a8ac373 commit ea53a50
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "^20.16.12",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"typescript": "5.4.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"ava": "5.3.1",
"eslint": "8.57.0",
"eslint": "8.57.1",
"typescript": "5.4.5"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"ava": "5.3.1",
"eslint": "8.57.0",
"eslint": "8.57.1",
"typescript": "5.4.5",
"tree-sitter-json": "0.21.0"
},
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"comlink": "^4.4.1",
"core-js": "^3.37.1",
"d3": "^7.9.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vuetify": "^2.4.0",
"luxon": "^3.4.4",
Expand Down

0 comments on commit ea53a50

Please sign in to comment.