From 303d8e287107b4a14be911296cdce25df7217ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:17:21 +0000 Subject: [PATCH] chore(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.1.0) --- updated-dependencies: - dependency-name: "@patternfly/patternfly" 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..530ee9c9 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -45,7 +45,7 @@ "@patternfly/patternfly-a11y": "^5.0.0", "@patternfly/documentation-framework": "^6.0.8", "@patternfly/react-code-editor": "^6.0.0", - "@patternfly/patternfly": "^6.0.0", + "@patternfly/patternfly": "^6.1.0", "@types/react": "^18.2.33", "@types/react-dom": "^18.3.1", "react": "^18.3.1",