Skip to content

Commit

Permalink
build(deps): bump @patternfly/react-charts from 6.94.18 to 7.4.0 (#1338)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and andrewazores authored Sep 16, 2024
1 parent 551fc32 commit 3925a53
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 158 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"dependencies": {
"@patternfly/quickstarts": "^5.3.0",
"@patternfly/react-catalog-view-extension": "^5.0.0",
"@patternfly/react-charts": "^7.3.0",
"@patternfly/react-charts": "^7.4.0",
"@patternfly/react-core": "^5.3.4",
"@patternfly/react-icons": "^5.3.2",
"@patternfly/react-styles": "^5.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3265,11 +3265,11 @@ exports[`<MBeanMetricsChartCard /> renders correctly: with-content 6`] = `
className="pf-v5-c-chart"
style={
Object {
"height": "100%",
"height": undefined,
"pointerEvents": "none",
"position": "relative",
"touchAction": "none",
"width": "100%",
"width": undefined,
}
}
>
Expand Down Expand Up @@ -4127,11 +4127,11 @@ exports[`<MBeanMetricsChartCard /> renders correctly: with-content 8`] = `
className="pf-v5-c-chart"
style={
Object {
"height": "100%",
"height": undefined,
"pointerEvents": "none",
"position": "relative",
"touchAction": "none",
"width": "100%",
"width": undefined,
}
}
>
Expand Down
4 changes: 2 additions & 2 deletions src/test/Dashboard/__snapshots__/Dashboard.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ Array [
</g>
<g>
<g
clipPath="url(#victory-clip-4)"
clipPath="url(#victory-clip-5)"
style={
Object {
"height": "100%",
Expand All @@ -605,7 +605,7 @@ Array [
>
<defs>
<clipPath
id="victory-clip-4"
id="victory-clip-5"
>
<rect
height={230}
Expand Down
Loading

0 comments on commit 3925a53

Please sign in to comment.