From 24062ea820a44f485663e76e975d8d1be672c505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:44:55 +0000 Subject: [PATCH] build(deps): bump the patternfly group with 6 updates Bumps the patternfly group with 6 updates: | Package | From | To | | --- | --- | --- | | [@patternfly/patternfly](https://github.com/patternfly/patternfly) | `5.3.1` | `5.4.0` | | [@patternfly/react-core](https://github.com/patternfly/patternfly-react) | `5.3.4` | `5.4.0` | | [@patternfly/react-icons](https://github.com/patternfly/patternfly-react) | `5.3.2` | `5.4.0` | | @patternfly/react-styles | `5.3.1` | `5.4.0` | | [@patternfly/react-table](https://github.com/patternfly/patternfly-react) | `5.3.4` | `5.4.0` | | [@patternfly/react-tokens](https://github.com/patternfly/patternfly-react) | `5.3.1` | `5.4.0` | 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 Updates `@patternfly/react-table` 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-table@5.3.4...@patternfly/react-table@5.4.0) Updates `@patternfly/react-tokens` from 5.3.1 to 5.4.0 - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@5.3.1...@patternfly/react-tokens@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 - dependency-name: "@patternfly/react-table" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patternfly - dependency-name: "@patternfly/react-tokens" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patternfly ... Signed-off-by: dependabot[bot] --- node_modules | 2 +- package.json | 12 ++++++------ src/dialogs/rename.tsx | 1 - src/upload-button.tsx | 1 - 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/node_modules b/node_modules index 496597e6..448ea2b4 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 496597e69a498f628f51e5a3eae9768df4d3cf92 +Subproject commit 448ea2b4c19429fa7739931944e2bf55d7695888 diff --git a/package.json b/package.json index c1db7ab4..1d2aa9c0 100644 --- a/package.json +++ b/package.json @@ -53,12 +53,12 @@ "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/react-table": "5.3.4", - "@patternfly/react-tokens": "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", + "@patternfly/react-table": "5.4.0", + "@patternfly/react-tokens": "5.4.0", "dequal": "2.0.3", "react": "18.3.1", "react-dom": "18.3.1", diff --git a/src/dialogs/rename.tsx b/src/dialogs/rename.tsx index 74a95bf7..a0d3fd16 100644 --- a/src/dialogs/rename.tsx +++ b/src/dialogs/rename.tsx @@ -122,7 +122,6 @@ const RenameItemModal = ({ dialogResult, path, selected } : { return ( {selected.name})} variant={ModalVariant.small} isOpen diff --git a/src/upload-button.tsx b/src/upload-button.tsx index 8373af4d..66342169 100644 --- a/src/upload-button.tsx +++ b/src/upload-button.tsx @@ -78,7 +78,6 @@ const FileConflictDialog = ({ return ( {uploadFile.name})} titleIconVariant="warning" variant={ModalVariant.medium}