From fef53f08ec0a7f2432f15212eea1bf6da30be30c Mon Sep 17 00:00:00 2001 From: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:50:46 +0200 Subject: [PATCH 1/2] Update project delete title --- .../projects/project-list/components/delete-project-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-pf4/src/main/webapp/src/pages/projects/project-list/components/delete-project-modal.tsx b/ui-pf4/src/main/webapp/src/pages/projects/project-list/components/delete-project-modal.tsx index 70fd19bc7..c94733d66 100644 --- a/ui-pf4/src/main/webapp/src/pages/projects/project-list/components/delete-project-modal.tsx +++ b/ui-pf4/src/main/webapp/src/pages/projects/project-list/components/delete-project-modal.tsx @@ -46,7 +46,7 @@ export const DeleteProjectModal: React.FC = ({ return ( Date: Tue, 1 Aug 2023 14:08:49 +0200 Subject: [PATCH 2/2] Upgrade word-wrap lib --- ui-pf4/src/main/webapp/package.json | 3 ++- ui-pf4/src/main/webapp/yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ui-pf4/src/main/webapp/package.json b/ui-pf4/src/main/webapp/package.json index 74b6b3ee2..1fb277436 100644 --- a/ui-pf4/src/main/webapp/package.json +++ b/ui-pf4/src/main/webapp/package.json @@ -63,7 +63,8 @@ "yup": "0.29.3" }, "resolutions": { - "@types/react": "^16.9.49" + "@types/react": "^16.9.49", + "word-wrap": "1.2.4" }, "scripts": { "start": "react-scripts start", diff --git a/ui-pf4/src/main/webapp/yarn.lock b/ui-pf4/src/main/webapp/yarn.lock index 9c281b471..a5fc805d8 100644 --- a/ui-pf4/src/main/webapp/yarn.lock +++ b/ui-pf4/src/main/webapp/yarn.lock @@ -13189,10 +13189,10 @@ which@^2.0.1: dependencies: isexe "^2.0.0" -word-wrap@^1.2.3, word-wrap@~1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== +word-wrap@1.2.4, word-wrap@^1.2.3, word-wrap@~1.2.3: + version "1.2.4" + resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f" + integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA== workbox-background-sync@6.5.4: version "6.5.4"