Skip to content

Commit

Permalink
fix(deps): update typescript-eslint monorepo to v8.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent c925c4c commit ce4f0be
Show file tree
Hide file tree
Showing 3 changed files with 160 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.17.0",
"@next/eslint-plugin-next": "15.1.3",
"@typescript-eslint/utils": "8.19.0",
"@typescript-eslint/utils": "8.21.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
Expand All @@ -74,7 +74,7 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "9.32.0",
"globals": "15.14.0",
"typescript-eslint": "8.19.0"
"typescript-eslint": "8.21.0"
},
"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.19.0"
"@typescript-eslint/utils": "8.21.0"
},
"devDependencies": {
"@commencis/ts-config": "workspace:*",
Expand Down
163 changes: 157 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 ce4f0be

Please sign in to comment.