From 0f14f73d1fb5d06bef9f5ee36581a126175befe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 17:29:19 +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 4a3e560c..7776cfdf 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.8", + "@patternfly/documentation-framework": "^6.5.0", "@patternfly/react-code-editor": "^6.0.0", "@patternfly/patternfly": "^6.0.0", "@types/react": "^18.2.33",