From 424bb796c709c19c18f3b2f4a38940aed623c001 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 17:08:41 +0000 Subject: [PATCH] fix(deps): update dependency @patternfly/react-charts to v8 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- integration_tests/package.json | 2 +- web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_tests/package.json b/integration_tests/package.json index 81c914e6b..8b8e62975 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@patternfly/patternfly": "^5.0.4", - "@patternfly/react-charts": "^7.1.0", + "@patternfly/react-charts": "^8.0.0", "@patternfly/react-core": "^5.1.0", "brace": "0.11.x", "classnames": "2.x", diff --git a/web/package.json b/web/package.json index 3cad64921..e839c6ff1 100644 --- a/web/package.json +++ b/web/package.json @@ -8,7 +8,7 @@ "homepage": ".", "dependencies": { "@patternfly/patternfly": "^5.0.4", - "@patternfly/react-charts": "^7.1.1", + "@patternfly/react-charts": "^8.0.0", "@patternfly/react-core": "^5.1.0", "@patternfly/react-icons": "^5.1.0", "@patternfly/react-table": "^5.1.0",