Skip to content

Commit 01f914e

Browse files
Merge pull request #1832 from SanjalKatiyar/bump_pf
Bump PatternFly (minor/z only)
2 parents e6c1df9 + e0499d9 commit 01f914e

File tree

4 files changed

+225
-177
lines changed

4 files changed

+225
-177
lines changed

jest/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config = {
1616
'\\.[m]js?$': '@swc/jest',
1717
},
1818
transformIgnorePatterns: [
19-
'<rootDir>/node_modules/(?!(@openshift-console|@patternfly/react-core/dist|@patternfly/react-icons/dist|@patternfly/react-topology/dist|@patternfly/react-styles|d3|delaunator|internmap|robust-predicates))',
19+
'<rootDir>/node_modules/(?!(@openshift-console|@patternfly/react-core/dist|@patternfly/react-icons/dist|@patternfly/react-topology|@patternfly/react-styles|d3|delaunator|internmap|robust-predicates))',
2020
],
2121
testPathIgnorePatterns: ['/node_modules/', '/build/'],
2222
testRegex: '.*\\.spec\\.tsx?$',

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@
8282
"@openshift-console/dynamic-plugin-sdk-webpack": "1.3.0",
8383
"@openshift-console/plugin-shared": "^0.0.3",
8484
"@patternfly/patternfly": "5.4.2",
85-
"@patternfly/react-charts": "7.4.5",
86-
"@patternfly/react-core": "5.4.2",
87-
"@patternfly/react-icons": "5.4.0",
88-
"@patternfly/react-table": "5.4.8",
85+
"@patternfly/react-charts": "7.4.8",
86+
"@patternfly/react-core": "5.4.8",
87+
"@patternfly/react-icons": "5.4.2",
88+
"@patternfly/react-table": "5.4.14",
8989
"@patternfly/react-tokens": "5.4.1",
90-
"@patternfly/react-topology": "5.4.0",
90+
"@patternfly/react-topology": "5.4.1",
9191
"@types/lodash-es": "^4.17.4",
9292
"@types/react-dnd-html5-backend": "^3.0.2",
9393
"buffer": "^6.0.3",

packages/shared/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
},
2222
"dependencies": {
2323
"@patternfly/patternfly": "5.4.2",
24-
"@patternfly/react-charts": "7.4.5",
25-
"@patternfly/react-core": "5.4.2",
26-
"@patternfly/react-icons": "5.4.0",
27-
"@patternfly/react-table": "5.4.8",
24+
"@patternfly/react-charts": "7.4.8",
25+
"@patternfly/react-core": "5.4.8",
26+
"@patternfly/react-icons": "5.4.2",
27+
"@patternfly/react-table": "5.4.14",
2828
"@patternfly/react-tokens": "5.4.1",
29-
"@patternfly/react-topology": "5.4.0",
29+
"@patternfly/react-topology": "5.4.1",
3030
"@types/lodash-es": "^4.17.4",
3131
"@types/node": "^14.14.34",
3232
"@types/react": "16.8.13",

0 commit comments

Comments
 (0)