Skip to content

Commit

Permalink
bump @typescript-eslint/parser and @typescript-eslint/eslint-plugin f…
Browse files Browse the repository at this point in the history
…rom 8.13.0 to 8.17.0 in /clients/ui/frontend (#631)

Signed-off-by: Eder Ignatowicz <[email protected]>
  • Loading branch information
ederign authored Dec 11, 2024
1 parent 1449fb3 commit 6fe5f35
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 71 deletions.
139 changes: 71 additions & 68 deletions clients/ui/frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions clients/ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
"classnames": "^2.2.6"
},
"optionalDependencies": {
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type EditableProps = {
};

export type DashboardDescriptionListGroupProps = {
title: React.ReactNode;
title: string;
tooltip?: React.ReactNode;
action?: React.ReactNode;
isEmpty?: boolean;
Expand Down

0 comments on commit 6fe5f35

Please sign in to comment.