Skip to content

Commit

Permalink
chore(deps): update eslint monorepo to v9.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565-renovate[bot] authored Oct 5, 2024
1 parent b23ad24 commit a5908b5
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 32 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.12.0
hooks:
- id: eslint
files: '^web'
Expand Down
70 changes: 41 additions & 29 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.12.0",
"@vue/eslint-config-prettier": "9.0.0",
"eslint": "9.11.1",
"eslint": "9.12.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 a5908b5

Please sign in to comment.