From de603aaa0b439e731eb9345dee24d0a9fbb79445 Mon Sep 17 00:00:00 2001 From: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:27:00 +0530 Subject: [PATCH] minor(ui): react-quill package update to maintained one (#18067) --- .../main/resources/ui/.licenseheaderrc.json | 6 ++--- openmetadata-ui/src/main/resources/ui/LICENSE | 2 +- .../src/main/resources/ui/package.json | 9 +++---- .../constant/glossaryImportExport.ts | 16 +++++++++-- .../FeedEditor/FeedEditor.test.tsx | 2 +- .../ActivityFeed/FeedEditor/FeedEditor.tsx | 6 ++--- .../custom-property-table.less | 12 +++++++++ .../src/constants/ResizablePanel.constants.ts | 12 +++++++++ .../ui/src/utils/QuillLink/QuillLink.test.ts | 2 +- .../ui/src/utils/QuillLink/QuillLink.ts | 2 +- .../main/resources/ui/webpack.config.dev.js | 2 -- .../main/resources/ui/webpack.config.prod.js | 7 +++-- .../src/main/resources/ui/yarn.lock | 27 +++++-------------- 13 files changed, 62 insertions(+), 43 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/.licenseheaderrc.json b/openmetadata-ui/src/main/resources/ui/.licenseheaderrc.json index bc981f94b79e..e2b6b467fd7f 100644 --- a/openmetadata-ui/src/main/resources/ui/.licenseheaderrc.json +++ b/openmetadata-ui/src/main/resources/ui/.licenseheaderrc.json @@ -2,14 +2,12 @@ "ignoreFile": ".licenseheaderignore", "license": "LICENSE", "trailingWhitespace": "TRIM", - "regexIdentifier": "##", + "regexIdentifier": "@@", "licenseFormats": { "sh|yml|yaml|^Dockerfile": { - "prepend": "#", "eachLine": { "prepend": "# " - }, - "append": "#" + } }, "html|xml": { "prepend": "