From 291323612eba9ddae594156670be94c65de744e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 07:50:19 +0000 Subject: [PATCH] chore(deps): bump @patternfly/react-code-editor in /ui/ui-app Bumps [@patternfly/react-code-editor](https://github.com/patternfly/patternfly-react) from 5.4.10 to 6.0.0. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.10...@patternfly/react-code-editor@6.0.0) --- updated-dependencies: - dependency-name: "@patternfly/react-code-editor" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/ui-app/package-lock.json | 50 +++++++++++++++++++++++++++++++------ ui/ui-app/package.json | 2 +- 2 files changed, 44 insertions(+), 8 deletions(-) diff --git a/ui/ui-app/package-lock.json b/ui/ui-app/package-lock.json index 4e66f27bd1..5ae7f79fb5 100644 --- a/ui/ui-app/package-lock.json +++ b/ui/ui-app/package-lock.json @@ -23,7 +23,7 @@ "@microsoft/kiota-serialization-multipart": "1.0.0-preview.75", "@microsoft/kiota-serialization-text": "1.0.0-preview.75", "@patternfly/patternfly": "5.4.2", - "@patternfly/react-code-editor": "5.4.11", + "@patternfly/react-code-editor": "6.0.0", "@patternfly/react-core": "5.4.9", "@patternfly/react-icons": "5.4.2", "@patternfly/react-table": "5.4.9", @@ -984,14 +984,14 @@ "integrity": "sha512-+BaokNR8/AmTYMESxby9UtQXPGACg449BXQd0KejAvW/uGxlgO6mY1X1205DeBEHoK3e/vXkYXjvZPpv/tcxSA==" }, "node_modules/@patternfly/react-code-editor": { - "version": "5.4.11", - "resolved": "https://registry.npmjs.org/@patternfly/react-code-editor/-/react-code-editor-5.4.11.tgz", - "integrity": "sha512-Dq6VnCs0mEJ3S/m+pTUdO5Cq3Cz3nztITClGUbwtUxXjjZkllOBwH2hW7nucwc7+Jvec6fRhNUfWZsRpNDAhGA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-code-editor/-/react-code-editor-6.0.0.tgz", + "integrity": "sha512-TnI/NNkizzWTzdVZWmpyEPKXgsOoUeklk8Xlgtl7II/+5juLjlt0wXTMhL35F59Rzd0YohGs251zXAwJbn6vIQ==", "dependencies": { "@monaco-editor/react": "^4.6.0", - "@patternfly/react-core": "^5.4.8", - "@patternfly/react-icons": "^5.4.2", - "@patternfly/react-styles": "^5.4.1", + "@patternfly/react-core": "^6.0.0", + "@patternfly/react-icons": "^6.0.0", + "@patternfly/react-styles": "^6.0.0", "react-dropzone": "14.2.3", "tslib": "^2.7.0" }, @@ -1000,6 +1000,42 @@ "react-dom": "^17 || ^18" } }, + "node_modules/@patternfly/react-code-editor/node_modules/@patternfly/react-core": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-6.0.0.tgz", + "integrity": "sha512-UKFj9+YzBY+FfEDsLONgOM4N0e8SPV/27/UzNRiJ0gpgqbw2POuXwLpjGSRTTIUuCaLaGGM5PeTSj7mMB73ykw==", + "dependencies": { + "@patternfly/react-icons": "^6.0.0", + "@patternfly/react-styles": "^6.0.0", + "@patternfly/react-tokens": "^6.0.0", + "focus-trap": "7.6.0", + "react-dropzone": "^14.2.3", + "tslib": "^2.7.0" + }, + "peerDependencies": { + "react": "^17 || ^18", + "react-dom": "^17 || ^18" + } + }, + "node_modules/@patternfly/react-code-editor/node_modules/@patternfly/react-icons": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.0.0.tgz", + "integrity": "sha512-ZFrsBVKrAp0DZrPOss98OA/EVUL4F0frXhR1uBId9+3ZrRArdKTgYgmQUCeSzMbxnSlxpmm3a2L05XQ36VUVbw==", + "peerDependencies": { + "react": "^17 || ^18", + "react-dom": "^17 || ^18" + } + }, + "node_modules/@patternfly/react-code-editor/node_modules/@patternfly/react-styles": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-6.0.0.tgz", + "integrity": "sha512-fJFMB89sTRGlZTzTLmpRmthgOXqcN078scHMFJ3ttfi2D2btnem5oZrxmQ/gPZkZOxR+9MqwKDB6l3F5x1SqLQ==" + }, + "node_modules/@patternfly/react-code-editor/node_modules/@patternfly/react-tokens": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-6.0.0.tgz", + "integrity": "sha512-xd0ynDkiIW2rp8jz4TNvR4Dyaw9kSMkZdsuYcLlFXCVmvX//Mnl4rhBnid/2j2TaqK0NbkyTTPnPY/BU7SfLVQ==" + }, "node_modules/@patternfly/react-core": { "version": "5.4.9", "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.9.tgz", diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index fe7e5302eb..41f6f0047c 100644 --- a/ui/ui-app/package.json +++ b/ui/ui-app/package.json @@ -47,7 +47,7 @@ "@microsoft/kiota-serialization-multipart": "1.0.0-preview.75", "@microsoft/kiota-serialization-text": "1.0.0-preview.75", "@patternfly/patternfly": "5.4.2", - "@patternfly/react-code-editor": "5.4.11", + "@patternfly/react-code-editor": "6.0.0", "@patternfly/react-core": "5.4.9", "@patternfly/react-icons": "5.4.2", "@patternfly/react-table": "5.4.9",