From a78be957cec8248247fe2447bfeaae0f41e90e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 07:07:03 +0000 Subject: [PATCH] chore(deps): update @patternfly/react-table requirement Updates the requirements on [@patternfly/react-table](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-table@6.0.0-prerelease.22...@patternfly/react-table@6.0.0-prerelease.24) --- updated-dependencies: - dependency-name: "@patternfly/react-table" 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 93b9a2f4..e3b68f0c 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -33,7 +33,7 @@ "dependencies": { "@patternfly/react-core": "^6.0.0-prerelease.21", "@patternfly/react-icons": "^6.0.0-prerelease.7", - "@patternfly/react-table": "^6.0.0-prerelease.22", + "@patternfly/react-table": "^6.0.0-prerelease.24", "react-jss": "^10.10.0", "clsx": "^2.1.1" },