Skip to content

Commit

Permalink
fix(deps): update typescript-eslint monorepo to v8.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 450dcff commit e28006b
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"dependencies": {
"@eslint/js": "9.13.0",
"@next/eslint-plugin-next": "15.0.2",
"@typescript-eslint/utils": "8.11.0",
"@typescript-eslint/utils": "8.12.2",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-prettier": "5.2.1",
Expand All @@ -74,7 +74,7 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "9.29.1",
"globals": "15.11.0",
"typescript-eslint": "8.11.0"
"typescript-eslint": "8.12.2"
},
"devDependencies": {
"@commencis/ts-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint:types": "tsc --noEmit"
},
"dependencies": {
"@typescript-eslint/utils": "8.11.0"
"@typescript-eslint/utils": "8.12.2"
},
"devDependencies": {
"@commencis/ts-config": "workspace:*",
Expand Down
170 changes: 164 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit e28006b

Please sign in to comment.