From 1f486af513633e5bee4edd12a54e3a42b25e91b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:56:05 +0000 Subject: [PATCH] infra: bump @patternfly/react-core from 4.264.0 to 6.0.0 in /ui/webui Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 4.264.0 to 6.0.0. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.264.0...@patternfly/react-core@6.0.0) --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/webui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/webui/package.json b/ui/webui/package.json index 9c3694bb481..bb41acb8060 100644 --- a/ui/webui/package.json +++ b/ui/webui/package.json @@ -50,7 +50,7 @@ }, "dependencies": { "@patternfly/patternfly": "4.219.2", - "@patternfly/react-core": "4.264.0", + "@patternfly/react-core": "6.0.0", "@patternfly/react-log-viewer": "^4.51.2", "@patternfly/react-table": "^4.75.2", "react": "17.0.2",