Skip to content

Commit

Permalink
chore(deps): update eslint monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565-renovate[bot] authored Nov 1, 2024
1 parent 5269100 commit 9cf4592
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: go-test-mod

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.11.1
rev: v9.13.0
hooks:
- id: eslint
files: '^web'
Expand Down
122 changes: 74 additions & 48 deletions web/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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"vue": "3.5.11"
},
"devDependencies": {
"@eslint/js": "9.11.1",
"@eslint/js": "9.14.0",
"@vue/eslint-config-prettier": "9.0.0",
"eslint": "9.11.1",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vue": "9.28.0",
Expand Down

0 comments on commit 9cf4592

Please sign in to comment.