From e73a374e5e5fe8dac3b2b5c699d7cb74e653432e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:18:21 +0000 Subject: [PATCH] chore(deps): update @patternfly/react-core requirement Updates the requirements on [@patternfly/react-core](https://github.com/patternfly/patternfly-react) to permit the latest version. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.0.0...@patternfly/react-core@6.1.0) --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-type: direct:production ... 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..02df1274 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -31,7 +31,7 @@ "tag": "alpha" }, "dependencies": { - "@patternfly/react-core": "^6.0.0", + "@patternfly/react-core": "^6.1.0", "@patternfly/react-icons": "^6.0.0", "@patternfly/react-table": "^6.0.0", "react-jss": "^10.10.0",