Skip to content

Commit

Permalink
Update Patternfly to allow access to slider component
Browse files Browse the repository at this point in the history
Update Patternfly to allow access to slider component

See: #7777
  • Loading branch information
nixocio committed Feb 9, 2021
1 parent 2c9ef3b commit 92c01a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awx/ui_next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"dependencies": {
"@lingui/react": "^2.9.1",
"@patternfly/patternfly": "4.70.2",
"@patternfly/react-core": "4.84.3",
"@patternfly/patternfly": "^4.80.3",
"@patternfly/react-core": "^4.90.2",
"@patternfly/react-icons": "4.7.22",
"@patternfly/react-table": "^4.19.15",
"ansi-to-html": "^0.6.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ exports[`<DeleteRoleConfirmationModal /> should render initially 1`] = `
}
}
paused={false}
preventScrollOnDeactivate={false}
>
<div
className="pf-l-bullseye"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ exports[`<ResourceAccessListItem /> initially renders succesfully 1`] = `
isClosable={false}
numChips={5}
onClick={[Function]}
onOverflowChipClick={[Function]}
tooltipPosition="top"
>
<GenerateId
Expand Down

0 comments on commit 92c01a1

Please sign in to comment.