From 744061266363d4c99560bf3e08169ef696851d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:05:29 +0000 Subject: [PATCH] chore(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-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 af321085..b28af91d 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@patternfly/patternfly-a11y": "^4.3.1", - "@patternfly/documentation-framework": "^6.0.0-alpha.113", + "@patternfly/documentation-framework": "^6.0.0-alpha.126", "@patternfly/react-code-editor": "^6.0.0", "@patternfly/patternfly": "^6.0.0", "@types/react": "^18.2.33",