From 4a785bb4a35912ba53a873b7e4c84a6f4186f9d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 17:05:19 +0000 Subject: [PATCH] build(deps-dev): update @patternfly/documentation-framework requirement Updates the requirements on @patternfly/documentation-framework to permit the latest version. --- updated-dependencies: - dependency-name: "@patternfly/documentation-framework" dependency-version: 6.24.2 dependency-type: direct:development ... 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 e53d7fdd..79ea25eb 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -43,7 +43,7 @@ "react-dom": "^17 || ^18 || ^19" }, "devDependencies": { - "@patternfly/documentation-framework": "^6.5.20", + "@patternfly/documentation-framework": "^6.24.2", "@patternfly/patternfly": "6.4.0-prerelease.1", "@patternfly/react-code-editor": "6.4.0-prerelease.1", "@patternfly/patternfly-a11y": "^5.1.0",