From 9b3325adb73ab02949c60bdbe27993d8e8ddf2b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:03:03 +0000 Subject: [PATCH] build(deps): bump the patternfly group with 4 updates Bumps the patternfly group with 4 updates: [@patternfly/patternfly](https://github.com/patternfly/patternfly), [@patternfly/react-core](https://github.com/patternfly/patternfly-react), [@patternfly/react-icons](https://github.com/patternfly/patternfly-react) and @patternfly/react-styles. Updates `@patternfly/patternfly` from 5.3.1 to 5.4.0 - [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/patch-v5.3.1...v5.4.0) Updates `@patternfly/react-core` from 5.3.4 to 5.4.0 - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.3.4...@patternfly/react-core@5.4.0) Updates `@patternfly/react-icons` from 5.3.2 to 5.4.0 - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@5.3.2...@patternfly/react-icons@5.4.0) Updates `@patternfly/react-styles` from 5.3.1 to 5.4.0 --- updated-dependencies: - dependency-name: "@patternfly/patternfly" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patternfly - dependency-name: "@patternfly/react-core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patternfly - dependency-name: "@patternfly/react-icons" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patternfly - dependency-name: "@patternfly/react-styles" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patternfly ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e31b7ca..178bcf1 100644 --- a/package.json +++ b/package.json @@ -50,10 +50,10 @@ "typescript": "5.5.4" }, "dependencies": { - "@patternfly/patternfly": "5.3.1", - "@patternfly/react-core": "5.3.4", - "@patternfly/react-icons": "5.3.2", - "@patternfly/react-styles": "5.3.1", + "@patternfly/patternfly": "5.4.0", + "@patternfly/react-core": "5.4.0", + "@patternfly/react-icons": "5.4.0", + "@patternfly/react-styles": "5.4.0", "react": "18.3.1", "react-dom": "18.3.1" }