Skip to content

Commit

Permalink
Remove unused @typescript-eslint dependencies (#7290)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaSolOs authored Mar 3, 2025
1 parent f6b734f commit 5dbd8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"description": "ESLint configuration for @blueprintjs packages",
"dependencies": {
"@blueprintjs/eslint-plugin": "workspace:^",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.20.0",
"eslint-plugin-header": "patch:eslint-plugin-header@npm%3A3.1.1#~/.yarn/patches/eslint-plugin-header-npm-3.1.1-402265ec6f.patch",
"eslint-plugin-import": "~2.31.0",
Expand Down
6 changes: 2 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,6 @@ __metadata:
resolution: "@blueprintjs/eslint-config@workspace:packages/eslint-config"
dependencies:
"@blueprintjs/eslint-plugin": "workspace:^"
"@typescript-eslint/eslint-plugin": "npm:^8.23.0"
"@typescript-eslint/parser": "npm:^8.23.0"
eslint: "npm:^9.20.0"
eslint-plugin-header: "patch:eslint-plugin-header@npm%3A3.1.1#~/.yarn/patches/eslint-plugin-header-npm-3.1.1-402265ec6f.patch"
eslint-plugin-import: "npm:~2.31.0"
Expand Down Expand Up @@ -3467,7 +3465,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:8.24.0, @typescript-eslint/eslint-plugin@npm:^8.23.0":
"@typescript-eslint/eslint-plugin@npm:8.24.0":
version: 8.24.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.24.0"
dependencies:
Expand All @@ -3488,7 +3486,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:8.24.0, @typescript-eslint/parser@npm:^8.23.0":
"@typescript-eslint/parser@npm:8.24.0":
version: 8.24.0
resolution: "@typescript-eslint/parser@npm:8.24.0"
dependencies:
Expand Down

1 comment on commit 5dbd8b5

@svc-palantir-github
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unused `@typescript-eslint` dependencies (#7290)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.