From 6140bbba63d86f3dcc078f29aa95b8460508bfc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 16:12:12 +0000 Subject: [PATCH] infra: bump @patternfly/react-core from 4.250.1 to 4.264.0 in /ui/webui Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 4.250.1 to 4.264.0. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.250.1...@patternfly/react-core@4.264.0) --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-type: direct:production update-type: version-update:semver-minor ... 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 2d8ea997ba6..9c3694bb481 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.250.1", + "@patternfly/react-core": "4.264.0", "@patternfly/react-log-viewer": "^4.51.2", "@patternfly/react-table": "^4.75.2", "react": "17.0.2",