From 3721de3998ff4f917ef82f022b764cdf4c369fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 03:50:30 +0000 Subject: [PATCH] build(deps-dev): update @patternfly/patternfly requirement Updates the requirements on [@patternfly/patternfly](https://github.com/patternfly/patternfly) to permit the latest version. - [Release notes](https://github.com/patternfly/patternfly/releases) - [Changelog](https://github.com/patternfly/patternfly/blob/main/release.config.js) - [Commits](https://github.com/patternfly/patternfly/compare/v6.0.0...v6.2.3) --- updated-dependencies: - dependency-name: "@patternfly/patternfly" dependency-version: 6.2.3 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 9b9ddb2..ba7cefb 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@patternfly/documentation-framework": "^6.5.20", - "@patternfly/patternfly": "^6.0.0", + "@patternfly/patternfly": "^6.2.3", "@patternfly/react-code-editor": "^6.0.0", "@patternfly/patternfly-a11y": "^5.1.0", "@types/react": "^18.3.21",