Skip to content

Commit

Permalink
fix(deps): update typescript-eslint monorepo to ^8.17.0 (minor) (#787)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 31688a0 commit 88f88cd
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 70 deletions.
133 changes: 66 additions & 67 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@stylistic/eslint-plugin-ts": "^2.8.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^4.4.3",
"eslint-plugin-jsx-a11y": "^6.10.2",
Expand All @@ -53,6 +53,6 @@
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614",
"globals": "^15.9.0",
"typescript-eslint": "^8.7.0"
"typescript-eslint": "^8.17.0"
}
}

0 comments on commit 88f88cd

Please sign in to comment.