From 42fdef23a8e9f6ab6318912e3ac653ee6621c619 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Mon, 20 Sep 2021 15:19:11 -0400 Subject: [PATCH] fix(build): pf, platform npm updates (#801) --- package.json | 22 +- .../__snapshots__/select.test.js.snap | 10 + .../__snapshots__/table.test.js.snap | 30 +- yarn.lock | 474 ++++++++++-------- 4 files changed, 314 insertions(+), 222 deletions(-) diff --git a/package.json b/package.json index 6367fdef8..13f05c486 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/src/components/form/__tests__/__snapshots__/select.test.js.snap b/src/components/form/__tests__/__snapshots__/select.test.js.snap index e58a83717..1a94c823e 100644 --- a/src/components/form/__tests__/__snapshots__/select.test.js.snap +++ b/src/components/form/__tests__/__snapshots__/select.test.js.snap @@ -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} @@ -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" /> @@ -438,6 +446,7 @@ exports[`Select Component should render a basic component: basic component 1`] =