Skip to content

Commit

Permalink
update patternfly
Browse files Browse the repository at this point in the history
  • Loading branch information
idevat committed Oct 20, 2022
1 parent 945c73e commit d2d72b9
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 87 deletions.
160 changes: 80 additions & 80 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.14",
"private": true,
"dependencies": {
"@patternfly/patternfly": "^4.192.1",
"@patternfly/react-core": "^4.206.2",
"@patternfly/react-icons": "^4.57.2",
"@patternfly/react-styles": "^4.56.2",
"@patternfly/react-table": "^4.75.2",
"@patternfly/react-tokens": "^4.58.2",
"@patternfly/patternfly": "^4.217.1",
"@patternfly/react-core": "^4.250.1",
"@patternfly/react-icons": "^4.92.6",
"@patternfly/react-styles": "^4.91.6",
"@patternfly/react-table": "^4.111.4",
"@patternfly/react-tokens": "^4.93.6",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20",
Expand Down
2 changes: 1 addition & 1 deletion src/app/view/share/form/FormRadios.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function FormRadios<OPTION extends string>({
isDisabled = false,
"data-test": dataTest,
}: {
id: FormGroupProps["fieldId"];
id: string;
label: FormGroupProps["label"];
options: OPTION[];
selected: OPTION;
Expand Down

0 comments on commit d2d72b9

Please sign in to comment.