Skip to content

Commit 3925a53

Browse files
build(deps): bump @patternfly/react-charts from 6.94.18 to 7.4.0 (#1338)
* build(deps): bump @patternfly/react-charts from 6.94.18 to 7.4.0 Bumps [@patternfly/react-charts](https://github.com/patternfly/patternfly-react) from 6.94.18 to 7.4.0. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) --- updated-dependencies: - dependency-name: "@patternfly/react-charts" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * update snapshots --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Azores <[email protected]>
1 parent 551fc32 commit 3925a53

File tree

4 files changed

+179
-158
lines changed

4 files changed

+179
-158
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"dependencies": {
9393
"@patternfly/quickstarts": "^5.3.0",
9494
"@patternfly/react-catalog-view-extension": "^5.0.0",
95-
"@patternfly/react-charts": "^7.3.0",
95+
"@patternfly/react-charts": "^7.4.0",
9696
"@patternfly/react-core": "^5.3.4",
9797
"@patternfly/react-icons": "^5.3.2",
9898
"@patternfly/react-styles": "^5.3.1",

src/test/Dashboard/Charts/mbean/__snapshots__/MBeanMetricsChartCard.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3265,11 +3265,11 @@ exports[`<MBeanMetricsChartCard /> renders correctly: with-content 6`] = `
32653265
className="pf-v5-c-chart"
32663266
style={
32673267
Object {
3268-
"height": "100%",
3268+
"height": undefined,
32693269
"pointerEvents": "none",
32703270
"position": "relative",
32713271
"touchAction": "none",
3272-
"width": "100%",
3272+
"width": undefined,
32733273
}
32743274
}
32753275
>
@@ -4127,11 +4127,11 @@ exports[`<MBeanMetricsChartCard /> renders correctly: with-content 8`] = `
41274127
className="pf-v5-c-chart"
41284128
style={
41294129
Object {
4130-
"height": "100%",
4130+
"height": undefined,
41314131
"pointerEvents": "none",
41324132
"position": "relative",
41334133
"touchAction": "none",
4134-
"width": "100%",
4134+
"width": undefined,
41354135
}
41364136
}
41374137
>

src/test/Dashboard/__snapshots__/Dashboard.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ Array [
594594
</g>
595595
<g>
596596
<g
597-
clipPath="url(#victory-clip-4)"
597+
clipPath="url(#victory-clip-5)"
598598
style={
599599
Object {
600600
"height": "100%",
@@ -605,7 +605,7 @@ Array [
605605
>
606606
<defs>
607607
<clipPath
608-
id="victory-clip-4"
608+
id="victory-clip-5"
609609
>
610610
<rect
611611
height={230}

0 commit comments

Comments
 (0)