Fixed: Peer dependency issues caused by quill. Fuse can now use the default peer dependency resolution.

This commit is contained in:
Sercan Yemen 2024-03-11 10:39:03 +03:00
parent cd45a802c8
commit ad70ae43ac
3 changed files with 2 additions and 4 deletions

1
.npmrc
View File

@ -1 +0,0 @@
legacy-peer-deps=true

View File

@ -32,7 +32,7 @@
"crypto-js/hmac-sha256", "crypto-js/hmac-sha256",
"crypto-js/enc-base64", "crypto-js/enc-base64",
"flat", "flat",
"quill" "quill-delta"
], ],
"assets": [ "assets": [
"src/favicon-16x16.png", "src/favicon-16x16.png",

View File

@ -31,9 +31,8 @@
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"luxon": "3.4.4", "luxon": "3.4.4",
"ng-apexcharts": "1.8.0", "ng-apexcharts": "1.8.0",
"ngx-quill": "24.0.2", "ngx-quill": "25.1.1",
"perfect-scrollbar": "1.5.5", "perfect-scrollbar": "1.5.5",
"quill": "1.3.7",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tslib": "2.6.2", "tslib": "2.6.2",
"zone.js": "0.14.2" "zone.js": "0.14.2"