From 4b175fb6d62b40c47a41e489b6184b5910004221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 17:10:40 +0000 Subject: [PATCH] build(deps): update @patternfly/react-component-groups requirement Updates the requirements on [@patternfly/react-component-groups](https://github.com/patternfly/react-component-groups) to permit the latest version. - [Release notes](https://github.com/patternfly/react-component-groups/releases) - [Commits](https://github.com/patternfly/react-component-groups/compare/v6.1.0...v6.3.0) --- updated-dependencies: - dependency-name: "@patternfly/react-component-groups" dependency-version: 6.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/module/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/module/package.json b/packages/module/package.json index 1a481d84..514ae5ca 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -31,7 +31,7 @@ "tag": "prerelease" }, "dependencies": { - "@patternfly/react-component-groups": "^6.1.0", + "@patternfly/react-component-groups": "^6.3.0", "@patternfly/react-core": "^6.0.0", "@patternfly/react-icons": "^6.0.0", "@patternfly/react-table": "^6.0.0",