From ad70ae43ac2016617ffc2a7c6de2ba2e5467d8df Mon Sep 17 00:00:00 2001 From: Sercan Yemen <117369+srcn@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:39:03 +0300 Subject: [PATCH] Fixed: Peer dependency issues caused by quill. Fuse can now use the default peer dependency resolution. --- .npmrc | 1 - angular.json | 2 +- package.json | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 521a9f7c..00000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -legacy-peer-deps=true diff --git a/angular.json b/angular.json index d2a2274e..98cd72a4 100644 --- a/angular.json +++ b/angular.json @@ -32,7 +32,7 @@ "crypto-js/hmac-sha256", "crypto-js/enc-base64", "flat", - "quill" + "quill-delta" ], "assets": [ "src/favicon-16x16.png", diff --git a/package.json b/package.json index f542aa29..f40751c8 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,8 @@ "lodash-es": "4.17.21", "luxon": "3.4.4", "ng-apexcharts": "1.8.0", - "ngx-quill": "24.0.2", + "ngx-quill": "25.1.1", "perfect-scrollbar": "1.5.5", - "quill": "1.3.7", "rxjs": "7.8.1", "tslib": "2.6.2", "zone.js": "0.14.2"