Skip to content

Commit

Permalink
Bump PatternFly (minor/z only)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjalKatiyar committed Jan 27, 2025
1 parent f1d9742 commit e0499d9
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 177 deletions.
2 changes: 1 addition & 1 deletion jest/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config = {
'\\.[m]js?$': '@swc/jest',
},
transformIgnorePatterns: [
'<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))',
'<rootDir>/node_modules/(?!(@openshift-console|@patternfly/react-core/dist|@patternfly/react-icons/dist|@patternfly/react-topology|@patternfly/react-styles|d3|delaunator|internmap|robust-predicates))',
],
testPathIgnorePatterns: ['/node_modules/', '/build/'],
testRegex: '.*\\.spec\\.tsx?$',
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
"@openshift-console/dynamic-plugin-sdk-webpack": "1.3.0",
"@openshift-console/plugin-shared": "^0.0.3",
"@patternfly/patternfly": "5.4.2",
"@patternfly/react-charts": "7.4.5",
"@patternfly/react-core": "5.4.2",
"@patternfly/react-icons": "5.4.0",
"@patternfly/react-table": "5.4.8",
"@patternfly/react-charts": "7.4.8",
"@patternfly/react-core": "5.4.8",
"@patternfly/react-icons": "5.4.2",
"@patternfly/react-table": "5.4.14",
"@patternfly/react-tokens": "5.4.1",
"@patternfly/react-topology": "5.4.0",
"@patternfly/react-topology": "5.4.1",
"@types/lodash-es": "^4.17.4",
"@types/react-dnd-html5-backend": "^3.0.2",
"buffer": "^6.0.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"dependencies": {
"@patternfly/patternfly": "5.4.2",
"@patternfly/react-charts": "7.4.5",
"@patternfly/react-core": "5.4.2",
"@patternfly/react-icons": "5.4.0",
"@patternfly/react-table": "5.4.8",
"@patternfly/react-charts": "7.4.8",
"@patternfly/react-core": "5.4.8",
"@patternfly/react-icons": "5.4.2",
"@patternfly/react-table": "5.4.14",
"@patternfly/react-tokens": "5.4.1",
"@patternfly/react-topology": "5.4.0",
"@patternfly/react-topology": "5.4.1",
"@types/lodash-es": "^4.17.4",
"@types/node": "^14.14.34",
"@types/react": "16.8.13",
Expand Down
Loading

0 comments on commit e0499d9

Please sign in to comment.