From 27176fc0c128d1e48c2b0426be1c8f14cac3cabf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:32:39 +0000 Subject: [PATCH] build(deps): bump @patternfly/react-core in /clients/ui/frontend Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 6.0.0-alpha.68 to 6.0.0-alpha.100. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.0.0-alpha.68...@patternfly/react-core@6.0.0-alpha.100) --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- clients/ui/frontend/package-lock.json | 29 ++++++++++++++++++--------- clients/ui/frontend/package.json | 2 +- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/clients/ui/frontend/package-lock.json b/clients/ui/frontend/package-lock.json index 4da51909..e5dd858c 100644 --- a/clients/ui/frontend/package-lock.json +++ b/clients/ui/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "Apache-2.0", "dependencies": { - "@patternfly/react-core": "6.0.0-alpha.68", + "@patternfly/react-core": "6.0.0-alpha.100", "@patternfly/react-icons": "6.0.0-alpha.34", "@patternfly/react-styles": "6.0.0-alpha.34", "npm-run-all": "^4.1.5", @@ -3290,13 +3290,13 @@ } }, "node_modules/@patternfly/react-core": { - "version": "6.0.0-alpha.68", - "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-6.0.0-alpha.68.tgz", - "integrity": "sha512-YhZY4xuDF0WJyDAAzHdvhgYCECs5bY4+QYUbkPe+dGLNLnwVMU3ZwZlLD9ARHRwfXDRV3g+ttS8HRbigbHgtpQ==", + "version": "6.0.0-alpha.100", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-6.0.0-alpha.100.tgz", + "integrity": "sha512-8FudnggWpdAmKgENtC4eMuVAfS2X9mce7tR7pVce0emsBONUm9u/FYvcr5913mf5SDCO8PDq7Tk6nhlska6Rqg==", "dependencies": { - "@patternfly/react-icons": "^6.0.0-alpha.24", - "@patternfly/react-styles": "^6.0.0-alpha.24", - "@patternfly/react-tokens": "^6.0.0-alpha.24", + "@patternfly/react-icons": "^6.0.0-alpha.35", + "@patternfly/react-styles": "^6.0.0-alpha.34", + "@patternfly/react-tokens": "^6.0.0-alpha.34", "focus-trap": "7.5.4", "react-dropzone": "^14.2.3", "tslib": "^2.6.2" @@ -3306,6 +3306,15 @@ "react-dom": "^17 || ^18" } }, + "node_modules/@patternfly/react-core/node_modules/@patternfly/react-icons": { + "version": "6.0.0-alpha.35", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.0.0-alpha.35.tgz", + "integrity": "sha512-3gdFXGME/BVUW647W6wt3w+P95/l5zrK/EtLQ59Gx11faOlClwGniqloxRC5Cv+yo8kPpIFezjiZiia4vGGO7w==", + "peerDependencies": { + "react": "^17 || ^18", + "react-dom": "^17 || ^18" + } + }, "node_modules/@patternfly/react-icons": { "version": "6.0.0-alpha.34", "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.0.0-alpha.34.tgz", @@ -3321,9 +3330,9 @@ "integrity": "sha512-mJSpYrgI/Sgu+gwSv5h8ZP+prvzNUbfEkWP+LV6hZuw70N0UnarJacTsMD0zouCWUwIVt1NOJfawLOVmzAsxbA==" }, "node_modules/@patternfly/react-tokens": { - "version": "6.0.0-alpha.24", - "resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-6.0.0-alpha.24.tgz", - "integrity": "sha512-jIVaGxxZD8Wsp2Xbf8z9mrpfYQx4NzlWlUza0IoTuwslEdcxt77Yo3sh0qlyfRBDNx+Q01tdEFXftJ+6OZQ3Gw==" + "version": "6.0.0-alpha.34", + "resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-6.0.0-alpha.34.tgz", + "integrity": "sha512-h+FhZOrHd31nmoEyzbiWUg7vdUqR9JSUHU0cu8xWyw6ebk3G5U17kKC2yVVK/Y7MU9K9bZ4Qyjypmvezxj3W1Q==" }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", diff --git a/clients/ui/frontend/package.json b/clients/ui/frontend/package.json index c45fcbac..2fa0a848 100644 --- a/clients/ui/frontend/package.json +++ b/clients/ui/frontend/package.json @@ -83,7 +83,7 @@ "webpack-merge": "^6.0.1" }, "dependencies": { - "@patternfly/react-core": "6.0.0-alpha.68", + "@patternfly/react-core": "6.0.0-alpha.100", "@patternfly/react-icons": "6.0.0-alpha.34", "@patternfly/react-styles": "6.0.0-alpha.34", "npm-run-all": "^4.1.5",