Skip to content

Commit

Permalink
fix(build): npm updates (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Mar 21, 2023
1 parent c979301 commit 1844103
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 100 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,33 +73,33 @@
},
"dependencies": {
"@joi/date": "^2.1.0",
"@patternfly/patternfly": "4.221.2",
"@patternfly/react-charts": "6.94.12",
"@patternfly/react-core": "4.264.0",
"@patternfly/react-icons": "4.93.0",
"@patternfly/react-styles": "4.92.0",
"@patternfly/react-table": "4.111.45",
"@patternfly/react-tokens": "4.94.0",
"@patternfly/patternfly": "4.224.2",
"@patternfly/react-charts": "6.94.18",
"@patternfly/react-core": "4.276.6",
"@patternfly/react-icons": "4.93.6",
"@patternfly/react-styles": "4.92.6",
"@patternfly/react-table": "4.112.39",
"@patternfly/react-tokens": "4.94.6",
"@redhat-cloud-services/frontend-components": "3.9.25",
"@redhat-cloud-services/frontend-components-notifications": "3.2.12",
"@redhat-cloud-services/frontend-components-utilities": "3.3.9",
"@redhat-cloud-services/frontend-components-utilities": "3.3.13",
"axios": "^0.27.2",
"classnames": "^2.3.2",
"crypto-js": "^4.1.1",
"fastest-levenshtein": "^1.0.16",
"i18next": "^22.0.6",
"i18next-http-backend": "^2.1.1",
"i18next": "^22.4.11",
"i18next-http-backend": "^2.2.0",
"iso-639-1": "^2.1.15",
"joi": "^17.8.3",
"joi": "^17.8.4",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"lru-cache": "^7.14.1",
"lru-cache": "^7.18.3",
"moment": "^2.29.4",
"numbro": "^2.3.6",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^12.0.0",
"react-i18next": "^12.2.0",
"react-redux": "^8.0.5",
"react-router": "6.8.1",
"react-router-dom": "6.8.1",
Expand All @@ -115,7 +115,7 @@
"devDependencies": {
"@babel/core": "7.21.0",
"@babel/eslint-parser": "^7.19.1",
"@redhat-cloud-services/frontend-components-config": "4.6.34",
"@redhat-cloud-services/frontend-components-config": "4.7.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"apidoc-mock": "^4.1.0",
"babel-jest": "^29.4.3",
Expand Down
10 changes: 10 additions & 0 deletions src/components/table/__tests__/__snapshots__/table.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`Table Component should allow expandable content: expandable content 1`]
span={12}
>
<Table
actionsMenuAppendTo="inline"
aria-label="t(curiosity-inventory.tableAriaLabel, {"appName":"Subscriptions"})"
borders={true}
canCollapseAll={false}
Expand Down Expand Up @@ -83,6 +84,7 @@ exports[`Table Component should allow expandable content: expanded row 1`] = `
span={12}
>
<Table
actionsMenuAppendTo="inline"
aria-label="t(curiosity-inventory.tableAriaLabel, {"appName":"Subscriptions"})"
borders={true}
canCollapseAll={false}
Expand Down Expand Up @@ -158,6 +160,7 @@ exports[`Table Component should allow sortable content: sortable content 1`] = `
span={12}
>
<Table
actionsMenuAppendTo="inline"
aria-label="t(curiosity-inventory.tableAriaLabel, {"appName":"Subscriptions"})"
borders={true}
canCollapseAll={false}
Expand Down Expand Up @@ -227,6 +230,7 @@ exports[`Table Component should allow sortable content: sorted column callback 1
span={12}
>
<Table
actionsMenuAppendTo="inline"
aria-label="t(curiosity-inventory.tableAriaLabel, {"appName":"Subscriptions"})"
borders={true}
canCollapseAll={false}
Expand Down Expand Up @@ -317,6 +321,7 @@ exports[`Table Component should allow variations in table layout: ariaLabel and
span={12}
>
<Table
actionsMenuAppendTo="inline"
aria-label="lorem ipsum aria-label"
borders={false}
canCollapseAll={false}
Expand Down Expand Up @@ -379,6 +384,7 @@ exports[`Table Component should allow variations in table layout: borders and ta
span={12}
>
<Table
actionsMenuAppendTo="inline"
aria-label="t(curiosity-inventory.tableAriaLabel, {"appName":"Subscriptions"})"
borders={false}
canCollapseAll={false}
Expand Down Expand Up @@ -441,6 +447,7 @@ exports[`Table Component should allow variations in table layout: className and
span={12}
>
<Table
actionsMenuAppendTo="inline"
aria-label="lorem ipsum aria-label"
borders={false}
canCollapseAll={false}
Expand Down Expand Up @@ -503,6 +510,7 @@ exports[`Table Component should allow variations in table layout: generated rows
span={12}
>
<Table
actionsMenuAppendTo="inline"
aria-label="t(curiosity-inventory.tableAriaLabel, {"appName":"Subscriptions"})"
borders={true}
canCollapseAll={false}
Expand Down Expand Up @@ -566,6 +574,7 @@ exports[`Table Component should pass child components, nodes when there are no r
span={12}
>
<Table
actionsMenuAppendTo="inline"
aria-label="t(curiosity-inventory.tableAriaLabel, {"appName":"Subscriptions"})"
borders={true}
canCollapseAll={false}
Expand Down Expand Up @@ -613,6 +622,7 @@ exports[`Table Component should render a non-connected component: non-connected
span={12}
>
<Table
actionsMenuAppendTo="inline"
aria-label="t(curiosity-inventory.tableAriaLabel, {"appName":"Subscriptions"})"
borders={true}
canCollapseAll={false}
Expand Down
18 changes: 9 additions & 9 deletions tests/__snapshots__/dist.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -291,17 +291,13 @@ exports[`Build distribution should match a specific file output 1`] = `
"./dist/js/2243*js",
"./dist/js/2293*js",
"./dist/js/2622*js",
"./dist/js/2701*js",
"./dist/js/2738*js",
"./dist/js/2800*js",
"./dist/js/286*js",
"./dist/js/2881*js",
"./dist/js/2896*js",
"./dist/js/2948*js",
"./dist/js/31*js",
"./dist/js/3128*js",
"./dist/js/325*js",
"./dist/js/325*txt",
"./dist/js/3267*js",
"./dist/js/3280*js",
"./dist/js/353*js",
Expand All @@ -313,11 +309,14 @@ exports[`Build distribution should match a specific file output 1`] = `
"./dist/js/3935*txt",
"./dist/js/4024*js",
"./dist/js/4097*js",
"./dist/js/4143*js",
"./dist/js/4155*js",
"./dist/js/4291*js",
"./dist/js/4291*txt",
"./dist/js/4418*js",
"./dist/js/4339*js",
"./dist/js/4549*js",
"./dist/js/47*js",
"./dist/js/47*txt",
"./dist/js/5020*js",
"./dist/js/5068*js",
"./dist/js/5242*js",
Expand All @@ -326,6 +325,7 @@ exports[`Build distribution should match a specific file output 1`] = `
"./dist/js/5876*js",
"./dist/js/5925*js",
"./dist/js/5993*js",
"./dist/js/6353*js",
"./dist/js/6362*js",
"./dist/js/6402*js",
"./dist/js/6816*js",
Expand Down Expand Up @@ -374,16 +374,13 @@ exports[`Build distribution should match a specific file output 1`] = `
"./dist/sourcemaps/2243*map",
"./dist/sourcemaps/2293*map",
"./dist/sourcemaps/2622*map",
"./dist/sourcemaps/2701*map",
"./dist/sourcemaps/2738*map",
"./dist/sourcemaps/2800*map",
"./dist/sourcemaps/286*map",
"./dist/sourcemaps/2881*map",
"./dist/sourcemaps/2896*map",
"./dist/sourcemaps/2948*map",
"./dist/sourcemaps/31*map",
"./dist/sourcemaps/3128*map",
"./dist/sourcemaps/325*map",
"./dist/sourcemaps/3267*map",
"./dist/sourcemaps/3280*map",
"./dist/sourcemaps/353*map",
Expand All @@ -394,9 +391,11 @@ exports[`Build distribution should match a specific file output 1`] = `
"./dist/sourcemaps/3935*map",
"./dist/sourcemaps/4024*map",
"./dist/sourcemaps/4097*map",
"./dist/sourcemaps/4143*map",
"./dist/sourcemaps/4155*map",
"./dist/sourcemaps/4291*map",
"./dist/sourcemaps/4418*map",
"./dist/sourcemaps/4339*map",
"./dist/sourcemaps/47*map",
"./dist/sourcemaps/5020*map",
"./dist/sourcemaps/5068*map",
"./dist/sourcemaps/5242*map",
Expand All @@ -405,6 +404,7 @@ exports[`Build distribution should match a specific file output 1`] = `
"./dist/sourcemaps/5876*map",
"./dist/sourcemaps/5925*map",
"./dist/sourcemaps/5993*map",
"./dist/sourcemaps/6353*map",
"./dist/sourcemaps/6362*map",
"./dist/sourcemaps/6402*map",
"./dist/sourcemaps/6816*map",
Expand Down
Loading

0 comments on commit 1844103

Please sign in to comment.