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",