Skip to content

Commit

Permalink
fix(build): pf, platform npm updates (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Nov 30, 2021
1 parent fcc5397 commit 42fdef2
Show file tree
Hide file tree
Showing 4 changed files with 314 additions and 222 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@
"test:local": "jest --roots=./src --watch"
},
"dependencies": {
"@patternfly/patternfly": "4.125.3",
"@patternfly/react-charts": "6.15.14",
"@patternfly/react-core": "4.144.0",
"@patternfly/react-icons": "4.11.8",
"@patternfly/react-styles": "4.11.8",
"@patternfly/react-table": "4.29.37",
"@patternfly/react-tokens": "4.12.9",
"@redhat-cloud-services/frontend-components": "3.3.12",
"@patternfly/patternfly": "4.135.2",
"@patternfly/react-charts": "6.15.23",
"@patternfly/react-core": "4.157.3",
"@patternfly/react-icons": "4.11.17",
"@patternfly/react-styles": "4.11.16",
"@patternfly/react-table": "4.30.3",
"@patternfly/react-tokens": "4.12.18",
"@redhat-cloud-services/frontend-components": "3.4.2",
"@redhat-cloud-services/frontend-components-notifications": "3.2.4",
"@redhat-cloud-services/frontend-components-utilities": "3.2.3",
"@redhat-cloud-services/frontend-components-utilities": "3.2.4",
"axios": "^0.21.4",
"classnames": "^2.3.1",
"i18next": "^20.4.0",
Expand All @@ -108,8 +108,8 @@
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"victory": "35.10.1",
"victory-create-container": "35.10.1"
"victory": "35.11.4",
"victory-create-container": "35.11.4"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand Down
10 changes: 10 additions & 0 deletions src/components/form/__tests__/__snapshots__/select.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ exports[`Select Component should allow being disabled with missing options: opti
isChecked={false}
isDisabled={false}
isFavorite={null}
isLastOptionBeforeFooter={[Function]}
isLoad={false}
isLoading={false}
isNoResultsOption={false}
Expand All @@ -201,6 +202,7 @@ exports[`Select Component should allow being disabled with missing options: opti
keyHandler={[Function]}
onClick={[Function]}
sendRef={[Function]}
setViewMoreNextIndex={[Function]}
value="lorem"
/>
<SelectOption
Expand All @@ -214,6 +216,7 @@ exports[`Select Component should allow being disabled with missing options: opti
isChecked={false}
isDisabled={false}
isFavorite={null}
isLastOptionBeforeFooter={[Function]}
isLoad={false}
isLoading={false}
isNoResultsOption={false}
Expand All @@ -223,6 +226,7 @@ exports[`Select Component should allow being disabled with missing options: opti
keyHandler={[Function]}
onClick={[Function]}
sendRef={[Function]}
setViewMoreNextIndex={[Function]}
value="ipsum"
/>
<SelectOption
Expand All @@ -236,6 +240,7 @@ exports[`Select Component should allow being disabled with missing options: opti
isChecked={false}
isDisabled={false}
isFavorite={null}
isLastOptionBeforeFooter={[Function]}
isLoad={false}
isLoading={false}
isNoResultsOption={false}
Expand All @@ -245,6 +250,7 @@ exports[`Select Component should allow being disabled with missing options: opti
keyHandler={[Function]}
onClick={[Function]}
sendRef={[Function]}
setViewMoreNextIndex={[Function]}
value="hello"
/>
<SelectOption
Expand All @@ -258,6 +264,7 @@ exports[`Select Component should allow being disabled with missing options: opti
isChecked={false}
isDisabled={false}
isFavorite={null}
isLastOptionBeforeFooter={[Function]}
isLoad={false}
isLoading={false}
isNoResultsOption={false}
Expand All @@ -267,6 +274,7 @@ exports[`Select Component should allow being disabled with missing options: opti
keyHandler={[Function]}
onClick={[Function]}
sendRef={[Function]}
setViewMoreNextIndex={[Function]}
value="world"
/>
</Select>
Expand Down Expand Up @@ -438,6 +446,7 @@ exports[`Select Component should render a basic component: basic component 1`] =
<button
aria-expanded="false"
aria-haspopup="listbox"
aria-label="Options menu"
aria-labelledby=" pf-select-toggle-id-2"
class="pf-c-select__toggle"
id="pf-select-toggle-id-2"
Expand Down Expand Up @@ -486,6 +495,7 @@ exports[`Select Component should render a checkbox select: checkbox select 1`] =
>
<button
aria-expanded="false"
aria-label="Options menu"
aria-labelledby=" pf-select-toggle-id-5"
class="pf-c-select__toggle"
id="pf-select-toggle-id-5"
Expand Down
30 changes: 20 additions & 10 deletions src/components/table/__tests__/__snapshots__/table.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ exports[`Table Component should allow expandable content: expandable content 1`]
dropdownPosition="right"
expandId="expandable-toggle"
gridBreakPoint="grid-md"
isNested={false}
isStickyHeader={false}
isTreeTable={false}
onCollapse={[Function]}
Expand Down Expand Up @@ -65,7 +66,7 @@ exports[`Table Component should allow expandable content: expandable content 1`]
variant={null}
>
<TableHeader />
<Component />
<TableBody />
</Table>
</GridItem>
</Grid>
Expand Down Expand Up @@ -96,6 +97,7 @@ exports[`Table Component should allow expandable content: expanded row 1`] = `
dropdownPosition="right"
expandId="expandable-toggle"
gridBreakPoint="grid-md"
isNested={false}
isStickyHeader={false}
isTreeTable={false}
onCollapse={[Function]}
Expand Down Expand Up @@ -136,7 +138,7 @@ exports[`Table Component should allow expandable content: expanded row 1`] = `
variant={null}
>
<TableHeader />
<Component />
<TableBody />
</Table>
</GridItem>
</Grid>
Expand Down Expand Up @@ -171,6 +173,7 @@ exports[`Table Component should allow sortable content: sortable content 1`] = `
dropdownPosition="right"
expandId="expandable-toggle"
gridBreakPoint="grid-md"
isNested={false}
isStickyHeader={false}
isTreeTable={false}
onSort={[Function]}
Expand Down Expand Up @@ -201,7 +204,7 @@ exports[`Table Component should allow sortable content: sortable content 1`] = `
variant={null}
>
<TableHeader />
<Component />
<TableBody />
</Table>
</GridItem>
</Grid>
Expand Down Expand Up @@ -252,6 +255,7 @@ exports[`Table Component should allow sortable content: sorted column callback 1
dropdownPosition="right"
expandId="expandable-toggle"
gridBreakPoint="grid-md"
isNested={false}
isStickyHeader={false}
isTreeTable={false}
onSort={[Function]}
Expand Down Expand Up @@ -287,7 +291,7 @@ exports[`Table Component should allow sortable content: sorted column callback 1
variant={null}
>
<TableHeader />
<Component />
<TableBody />
</Table>
</GridItem>
</Grid>
Expand Down Expand Up @@ -318,6 +322,7 @@ exports[`Table Component should allow variations in table layout: ariaLabel and
dropdownPosition="right"
expandId="expandable-toggle"
gridBreakPoint="grid-md"
isNested={false}
isStickyHeader={false}
isTreeTable={false}
ouiaSafe={true}
Expand Down Expand Up @@ -345,7 +350,7 @@ exports[`Table Component should allow variations in table layout: ariaLabel and
summary="lorem ipsum summary"
variant={null}
>
<Component />
<TableBody />
</Table>
</GridItem>
</Grid>
Expand Down Expand Up @@ -376,6 +381,7 @@ exports[`Table Component should allow variations in table layout: borders and ta
dropdownPosition="right"
expandId="expandable-toggle"
gridBreakPoint="grid-md"
isNested={false}
isStickyHeader={false}
isTreeTable={false}
ouiaSafe={true}
Expand Down Expand Up @@ -403,7 +409,7 @@ exports[`Table Component should allow variations in table layout: borders and ta
summary="t(curiosity-inventory.tableSummary)"
variant={null}
>
<Component />
<TableBody />
</Table>
</GridItem>
</Grid>
Expand Down Expand Up @@ -434,6 +440,7 @@ exports[`Table Component should allow variations in table layout: className and
dropdownPosition="right"
expandId="expandable-toggle"
gridBreakPoint="grid-md"
isNested={false}
isStickyHeader={false}
isTreeTable={false}
ouiaSafe={true}
Expand Down Expand Up @@ -461,7 +468,7 @@ exports[`Table Component should allow variations in table layout: className and
summary="lorem ipsum summary"
variant="compact"
>
<Component />
<TableBody />
</Table>
</GridItem>
</Grid>
Expand Down Expand Up @@ -492,6 +499,7 @@ exports[`Table Component should allow variations in table layout: generated rows
dropdownPosition="right"
expandId="expandable-toggle"
gridBreakPoint="grid-md"
isNested={false}
isStickyHeader={false}
isTreeTable={false}
ouiaSafe={true}
Expand Down Expand Up @@ -520,7 +528,7 @@ exports[`Table Component should allow variations in table layout: generated rows
variant={null}
>
<TableHeader />
<Component />
<TableBody />
</Table>
</GridItem>
</Grid>
Expand Down Expand Up @@ -551,6 +559,7 @@ exports[`Table Component should pass child components, nodes when there are no r
dropdownPosition="right"
expandId="expandable-toggle"
gridBreakPoint="grid-md"
isNested={false}
isStickyHeader={false}
isTreeTable={false}
ouiaSafe={true}
Expand All @@ -562,7 +571,7 @@ exports[`Table Component should pass child components, nodes when there are no r
variant={null}
>
<TableHeader />
<Component />
<TableBody />
</Table>
Loading...
</GridItem>
Expand Down Expand Up @@ -603,6 +612,7 @@ exports[`Table Component should render a non-connected component: non-connected
dropdownPosition="right"
expandId="expandable-toggle"
gridBreakPoint="grid-md"
isNested={false}
isStickyHeader={false}
isTreeTable={false}
ouiaSafe={true}
Expand All @@ -614,7 +624,7 @@ exports[`Table Component should render a non-connected component: non-connected
variant={null}
>
<TableHeader />
<Component />
<TableBody />
</Table>
<TableEmpty
icon={[Function]}
Expand Down
Loading

0 comments on commit 42fdef2

Please sign in to comment.