File tree Expand file tree Collapse file tree 4 files changed +225
-177
lines changed Expand file tree Collapse file tree 4 files changed +225
-177
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const config = {
16
16
'\\.[m]js?$' : '@swc/jest' ,
17
17
} ,
18
18
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))' ,
20
20
] ,
21
21
testPathIgnorePatterns : [ '/node_modules/' , '/build/' ] ,
22
22
testRegex : '.*\\.spec\\.tsx?$' ,
Original file line number Diff line number Diff line change 82
82
"@openshift-console/dynamic-plugin-sdk-webpack" : " 1.3.0" ,
83
83
"@openshift-console/plugin-shared" : " ^0.0.3" ,
84
84
"@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 " ,
89
89
"@patternfly/react-tokens" : " 5.4.1" ,
90
- "@patternfly/react-topology" : " 5.4.0 " ,
90
+ "@patternfly/react-topology" : " 5.4.1 " ,
91
91
"@types/lodash-es" : " ^4.17.4" ,
92
92
"@types/react-dnd-html5-backend" : " ^3.0.2" ,
93
93
"buffer" : " ^6.0.3" ,
Original file line number Diff line number Diff line change 21
21
},
22
22
"dependencies" : {
23
23
"@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 " ,
28
28
"@patternfly/react-tokens" : " 5.4.1" ,
29
- "@patternfly/react-topology" : " 5.4.0 " ,
29
+ "@patternfly/react-topology" : " 5.4.1 " ,
30
30
"@types/lodash-es" : " ^4.17.4" ,
31
31
"@types/node" : " ^14.14.34" ,
32
32
"@types/react" : " 16.8.13" ,
You can’t perform that action at this time.
0 commit comments