Skip to content

Commit

Permalink
chore(deps): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.2…
Browse files Browse the repository at this point in the history
….0 (#935)
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 9012eb3 commit 9ae736c
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 165 deletions.
2 changes: 1 addition & 1 deletion eslint-configs/eslint-config-base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = {
},
},
jest: {
// eslint-disable-next-line global-require, @typescript-eslint/no-var-requires, import/extensions
// eslint-disable-next-line global-require, @typescript-eslint/no-require-imports, import/extensions
version: require("jest/package.json").version,
},
},
Expand Down
2 changes: 1 addition & 1 deletion eslint-configs/eslint-config-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homepage": "https://github.com/inrupt/typescript-sdk-tools/tree/main/eslint-configs/eslint-config-lib#readme",
"dependencies": {
"@inrupt/eslint-config-base": "file:../eslint-config-base",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^7.18.0",
"typescript": ">=5.5.4"
}
Expand Down
Loading

0 comments on commit 9ae736c

Please sign in to comment.