From fa0c47db4770465918dcff70c6ef00d41c26be5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:07:49 +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 c89a4e0d..140683af 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@patternfly/patternfly-a11y": "^5.0.0", - "@patternfly/documentation-framework": "^6.0.5", + "@patternfly/documentation-framework": "^6.0.6", "@patternfly/react-code-editor": "^6.0.0", "@patternfly/patternfly": "^6.0.0", "@types/react": "^18.2.33",