Skip to content

Commit

Permalink
fix(build): npm updates (#484)
Browse files Browse the repository at this point in the history
* platform, chrome add isBeta test setup
* select, pf random generated id prop fix
  • Loading branch information
cdcabrera committed Dec 2, 2020
1 parent 5d969ce commit 3d86f75
Show file tree
Hide file tree
Showing 9 changed files with 437 additions and 339 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@
"test:local": "react-scripts test --env=jsdom --roots=./src"
},
"dependencies": {
"@patternfly/patternfly": "4.35.2",
"@patternfly/react-charts": "6.9.6",
"@patternfly/react-core": "4.47.0",
"@patternfly/react-icons": "4.7.4",
"@patternfly/react-styles": "4.7.3",
"@patternfly/react-table": "4.16.7",
"@patternfly/react-tokens": "4.9.6",
"@redhat-cloud-services/frontend-components": "2.4.5",
"@redhat-cloud-services/frontend-components-notifications": "2.2.1",
"@redhat-cloud-services/frontend-components-utilities": "2.2.1",
"@patternfly/patternfly": "4.50.4",
"@patternfly/react-charts": "6.11.7",
"@patternfly/react-core": "4.63.3",
"@patternfly/react-icons": "4.7.11",
"@patternfly/react-styles": "4.7.8",
"@patternfly/react-table": "4.19.5",
"@patternfly/react-tokens": "4.9.12",
"@redhat-cloud-services/frontend-components": "2.4.17",
"@redhat-cloud-services/frontend-components-notifications": "2.2.3",
"@redhat-cloud-services/frontend-components-utilities": "2.2.6",
"axios": "^0.21.0",
"c3": "^0.7.20",
"classnames": "^2.2.6",
Expand All @@ -132,9 +132,9 @@
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"victory": "^35.0.9",
"victory-core": "^35.0.8",
"victory-legend": "^35.0.8"
"victory": "^35.3.1",
"victory-core": "^35.3.1",
"victory-legend": "^35.3.1"
},
"devDependencies": {
"apidoc-mock": "^3.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,20 @@ exports[`Authentication Component should render a non-connected component error:
>
<NotAuthorized
actions={null}
description={<ContactBody />}
icon={[Function]}
prevPageButtonText="Return to previous page"
serviceName="Subscription Watch"
showReturnButton={true}
toLandingPageText="Go to landing page"
>
<EmptyState
className="ins-c-not-authorized"
className="ins-c-not-authorized "
variant="full"
>
<div
className="pf-c-empty-state ins-c-not-authorized"
className="pf-c-empty-state ins-c-not-authorized "
>
<div
className="pf-c-empty-state__content"
Expand Down Expand Up @@ -159,7 +165,6 @@ exports[`Authentication Component should render a non-connected component error:
>
<path
d="M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z"
transform=""
/>
</svg>
</LockIcon>
Expand All @@ -171,15 +176,22 @@ exports[`Authentication Component should render a non-connected component error:
<h5
className="pf-c-title pf-m-lg"
>
You do not have access to
Subscription Watch
You do not have access to Subscription Watch
</h5>
</Title>
<EmptyStateBody>
<div
className="pf-c-empty-state__body"
>
Contact your organization administrator(s) for more information.
<ContactBody>
Contact your organization administrator(s) for more information or visit 
<a
href="./settings/my-user-access"
>
My User Access
</a>
  to learn more about your permissions.
</ContactBody>
</div>
</EmptyStateBody>
<Button
Expand All @@ -191,11 +203,12 @@ exports[`Authentication Component should render a non-connected component error:
aria-disabled={false}
aria-label={null}
className="pf-c-button pf-m-primary"
data-ouia-component-id={0}
data-ouia-component-id="OUIA-Generated-Button-primary-1"
data-ouia-component-type="PF4/Button"
data-ouia-safe={true}
disabled={null}
href="."
role={null}
type={null}
>
Go to landing page
Expand Down Expand Up @@ -233,7 +246,13 @@ exports[`Authentication Component should return a message on 401 error: 401 erro
title={null}
>
<NotAuthorized
actions={null}
description={<ContactBody />}
icon={[Function]}
prevPageButtonText="Return to previous page"
serviceName="Subscription Watch"
showReturnButton={true}
toLandingPageText="Go to landing page"
/>
</MessageView>
`;
Expand All @@ -248,7 +267,13 @@ exports[`Authentication Component should return a redirect on a specific 403 err
title={null}
>
<NotAuthorized
actions={null}
description={<ContactBody />}
icon={[Function]}
prevPageButtonText="Return to previous page"
serviceName="Subscription Watch"
showReturnButton={true}
toLandingPageText="Go to landing page"
/>
</MessageView>
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`ChartArea Component should allow tick formatting: x tick format 1`] = `
<svg
height="300"
role="img"
style="pointer-events:all;width:100%;height:auto"
style="pointer-events:all;width:100%;height:100%"
viewBox="0 0 0 300"
width="0"
>
Expand Down Expand Up @@ -339,11 +339,11 @@ exports[`ChartArea Component should allow tick formatting: x tick format 1`] = `
</g>
</svg>
<div
style="z-index:99;position:absolute;top:0;left:0;width:100%;height:auto"
style="z-index:99;position:absolute;top:0;left:0;width:100%;height:100%"
>
<svg
height="300"
style="overflow:visible;width:100%;height:auto"
style="overflow:visible;width:100%;height:100%"
viewBox="0 0 0 300"
width="0"
/>
Expand All @@ -364,7 +364,7 @@ exports[`ChartArea Component should allow tick formatting: y tick format 1`] = `
<svg
height="300"
role="img"
style="pointer-events:all;width:100%;height:auto"
style="pointer-events:all;width:100%;height:100%"
viewBox="0 0 0 300"
width="0"
>
Expand Down Expand Up @@ -691,11 +691,11 @@ exports[`ChartArea Component should allow tick formatting: y tick format 1`] = `
</g>
</svg>
<div
style="z-index:99;position:absolute;top:0;left:0;width:100%;height:auto"
style="z-index:99;position:absolute;top:0;left:0;width:100%;height:100%"
>
<svg
height="300"
style="overflow:visible;width:100%;height:auto"
style="overflow:visible;width:100%;height:100%"
viewBox="0 0 0 300"
width="0"
/>
Expand Down Expand Up @@ -779,7 +779,7 @@ exports[`ChartArea Component should handle custom chart tooltips: componentToolt
className="VictoryContainer"
style={
Object {
"height": "auto",
"height": "100%",
"pointerEvents": "none",
"position": "relative",
"touchAction": "none",
Expand All @@ -791,7 +791,7 @@ exports[`ChartArea Component should handle custom chart tooltips: componentToolt
role="img"
style={
Object {
"height": "auto",
"height": "100%",
"pointerEvents": "all",
"width": "100%",
}
Expand All @@ -801,7 +801,7 @@ exports[`ChartArea Component should handle custom chart tooltips: componentToolt
<div
style={
Object {
"height": "auto",
"height": "100%",
"left": 0,
"position": "absolute",
"top": 0,
Expand All @@ -813,7 +813,7 @@ exports[`ChartArea Component should handle custom chart tooltips: componentToolt
<Portal
style={
Object {
"height": "auto",
"height": "100%",
"overflow": "visible",
"width": "100%",
}
Expand Down
Loading

0 comments on commit 3d86f75

Please sign in to comment.