Skip to content

Commit

Permalink
fix(build): npm updates (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Jan 25, 2022
1 parent ea03107 commit 7270026
Show file tree
Hide file tree
Showing 10 changed files with 165 additions and 243 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,35 +76,35 @@
},
"dependencies": {
"@joi/date": "^2.1.0",
"@patternfly/patternfly": "4.159.1",
"@patternfly/react-charts": "6.28.4",
"@patternfly/react-core": "4.175.4",
"@patternfly/react-icons": "4.26.4",
"@patternfly/react-styles": "4.25.4",
"@patternfly/react-table": "4.44.4",
"@patternfly/react-tokens": "4.27.4",
"@redhat-cloud-services/frontend-components": "3.5.1",
"@patternfly/patternfly": "4.164.2",
"@patternfly/react-charts": "6.34.1",
"@patternfly/react-core": "4.181.1",
"@patternfly/react-icons": "4.32.1",
"@patternfly/react-styles": "4.31.1",
"@patternfly/react-table": "4.50.1",
"@patternfly/react-tokens": "4.33.1",
"@redhat-cloud-services/frontend-components": "3.6.0",
"@redhat-cloud-services/frontend-components-notifications": "3.2.5",
"@redhat-cloud-services/frontend-components-utilities": "3.2.6",
"axios": "^0.24.0",
"axios": "^0.25.0",
"classnames": "^2.3.1",
"i18next": "^21.5.4",
"i18next": "^21.6.7",
"i18next-xhr-backend": "^3.2.2",
"joi": "^17.5.0",
"js-cookie": "^3.0.1",
"locale-code": "^2.0.2",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"moment": "^2.29.1",
"numbro": "^2.3.5",
"prop-types": "^15.7.2",
"numbro": "^2.3.6",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.14.3",
"react-i18next": "^11.15.3",
"react-redux": "^7.2.6",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-use": "^17.3.1",
"react-use": "^17.3.2",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,7 @@ exports[`Authentication Component should render a non-connected component error:
data-ouia-safe={true}
widget-type="InsightsPageHeaderTitle"
>
Subscriptions
</h1>
</Title>
</PageHeaderTitle>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ exports[`Select Component should allow being disabled with missing options: no o
isCreateSelectOptionObject={false}
isDisabled={true}
isGrouped={false}
isInputFilterPersisted={false}
isInputValuePersisted={false}
isOpen={false}
isPlain={false}
Expand Down Expand Up @@ -162,6 +163,7 @@ exports[`Select Component should allow being disabled with missing options: opti
isCreateSelectOptionObject={false}
isDisabled={true}
isGrouped={false}
isInputFilterPersisted={false}
isInputValuePersisted={false}
isOpen={false}
isPlain={false}
Expand Down Expand Up @@ -313,6 +315,7 @@ exports[`Select Component should allow being disabled with missing options: opti
isCreateSelectOptionObject={false}
isDisabled={true}
isGrouped={false}
isInputFilterPersisted={false}
isInputValuePersisted={false}
isOpen={false}
isPlain={false}
Expand Down
10 changes: 0 additions & 10 deletions src/components/loader/__tests__/__snapshots__/loader.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ exports[`Loader Component should handle variant loader components: variant: char
className="curiosity-skeleton-container curiosity-skeleton-container-chart"
>
<Skeleton
isDark={false}
size="lg"
/>
<Skeleton
isDark={false}
size="md"
/>
</div>
Expand All @@ -22,11 +20,9 @@ exports[`Loader Component should handle variant loader components: variant: grap
className="curiosity-skeleton-container curiosity-skeleton-container-chart"
>
<Skeleton
isDark={false}
size="lg"
/>
<Skeleton
isDark={false}
size="md"
/>
</div>
Expand All @@ -37,27 +33,22 @@ exports[`Loader Component should handle variant loader components: variant: para
className="curiosity-skeleton-container"
>
<Skeleton
isDark={false}
size="xs"
/>
<Skeleton
isDark={false}
size="sm"
/>
<Skeleton
isDark={false}
size="md"
/>
<Skeleton
isDark={false}
size="lg"
/>
</div>
`;

exports[`Loader Component should handle variant loader components: variant: skeleton 1`] = `
<Skeleton
isDark={false}
size="sm"
/>
`;
Expand Down Expand Up @@ -87,7 +78,6 @@ exports[`Loader Component should handle variant loader components: variant: titl
t={[Function]}
>
<Skeleton
isDark={false}
size="sm"
/>
</PageHeader>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,11 @@ exports[`PageHeader Component should render a basic component: basic 1`] = `
data-ouia-safe={true}
widget-type="InsightsPageHeaderTitle"
>
<span
className="test"
>
lorem
</span>
</h1>
</Title>
</PageHeaderTitle>
Expand Down Expand Up @@ -114,9 +112,7 @@ exports[`PageHeader Component should render string node types: string 1`] = `
data-ouia-safe={true}
widget-type="InsightsPageHeaderTitle"
>
dolor sit
</h1>
</Title>
</PageHeaderTitle>
Expand Down Expand Up @@ -176,9 +172,7 @@ exports[`PageHeader Component should render the subtitle when viewId is provided
data-ouia-safe={true}
widget-type="InsightsPageHeaderTitle"
>
lorem
</h1>
</Title>
</PageHeaderTitle>
Expand Down Expand Up @@ -217,7 +211,7 @@ exports[`PageHeader Component should render the tour button when includeTour is
data-ouia-safe="true"
widget-type="InsightsPageHeaderTitle"
>
lorem
lorem
</h1>
</div>
<div
Expand Down Expand Up @@ -288,9 +282,7 @@ exports[`PageHeader Component should render the tour button when includeTour is
data-ouia-safe={true}
widget-type="InsightsPageHeaderTitle"
>
lorem
</h1>
</Title>
</PageHeaderTitle>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ exports[`PageLayout Component should render header and section children: multipl
data-ouia-safe={true}
widget-type="InsightsPageHeaderTitle"
>
lorem
</h1>
</Title>
</PageHeaderTitle>
Expand Down
10 changes: 5 additions & 5 deletions src/components/router/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ const Router = ({ routes } = {}) => {
Router.propTypes = {
routes: PropTypes.arrayOf(
PropTypes.shape({
activateOnError: PropTypes.boolean,
activateOnError: PropTypes.bool,
component: PropTypes.string.isRequired,
disabled: PropTypes.boolean,
exact: PropTypes.boolean,
disabled: PropTypes.bool,
exact: PropTypes.bool,
id: PropTypes.string,
path: PropTypes.string.isRequired,
redirect: PropTypes.string,
render: PropTypes.boolean,
strict: PropTypes.boolean
render: PropTypes.bool,
strict: PropTypes.bool
})
)
};
Expand Down
Loading

0 comments on commit 7270026

Please sign in to comment.