From 25dec956cb820b243defebd10e625568f8e6e8f7 Mon Sep 17 00:00:00 2001 From: Raymond Gigliotti Date: Wed, 2 Oct 2024 15:05:07 -0400 Subject: [PATCH] "@firestitch/exif-js": "^14.0.0", --- angular.json | 7 ++++++- package-lock.json | 40 +++++++++++++++++++++++++++++++++------- package.json | 1 - 3 files changed, 39 insertions(+), 9 deletions(-) diff --git a/angular.json b/angular.json index 80e3471..db3463a 100644 --- a/angular.json +++ b/angular.json @@ -30,7 +30,12 @@ "allowedCommonJsDependencies": [ "highlight.js", "date-fns-tz" - ] + ], + "stylePreprocessorOptions": { + "includePaths": [ + "node_modules/" + ] + } }, "configurations": { "production": { diff --git a/package-lock.json b/package-lock.json index 6b31ad8..7cea636 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,6 @@ "@firestitch/dialog": "^14.0.0", "@firestitch/drawer": "^14.0.0", "@firestitch/example": "^14.0.0", - "@firestitch/exif-js": "^14.0.0", "@firestitch/file": "^14.0.0", "@firestitch/form": "^14.0.2", "@firestitch/iframe": "^14.0.0", @@ -3575,12 +3574,6 @@ "lodash-es": ">=4.17.10" } }, - "node_modules/@firestitch/autocomplete-chips/node_modules/@firestitch/exif-js": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@firestitch/exif-js/-/exif-js-2.3.0.tgz", - "integrity": "sha512-AdmK8SVIBerNYrfQSdCuFLt8tABYrEL3dUia00msSWketgqy6ZKY6064uzNnZl/qPYE12oKBBBakrn9ZADucBw==", - "dev": true - }, "node_modules/@firestitch/autocomplete-chips/node_modules/@firestitch/file": { "version": "12.18.6", "resolved": "https://registry.npmjs.org/@firestitch/file/-/file-12.18.6.tgz", @@ -3703,6 +3696,39 @@ "@firestitch/iframe": ">=12.0.0" } }, + "node_modules/@firestitch/exif-js": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@firestitch/exif-js/-/exif-js-2.3.0.tgz", + "integrity": "sha512-AdmK8SVIBerNYrfQSdCuFLt8tABYrEL3dUia00msSWketgqy6ZKY6064uzNnZl/qPYE12oKBBBakrn9ZADucBw==", + "dev": true + }, + "node_modules/@firestitch/file": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@firestitch/file/-/file-14.0.0.tgz", + "integrity": "sha512-EnhYQMdKJkep5ezKHi7sRVMT1/bwdcFqxT2xt8nu+TU7/SzNvDeAn5Qv2kH3SlXi6l3RvGPkU7uIU23PRshhgQ==", + "dev": true, + "dependencies": { + "@firestitch/file": "^12.18.6", + "fileapi": "^2.1.1", + "heic2any": "^0.0.4", + "tslib": "^2.0.0" + } + }, + "node_modules/@firestitch/file/node_modules/@firestitch/file": { + "version": "12.18.6", + "resolved": "https://registry.npmjs.org/@firestitch/file/-/file-12.18.6.tgz", + "integrity": "sha512-rHZ4vM4SOK1I2NlIt1ygBohi3Dj2iKk1jxwyHm3/5M00puik/6ikPB2yM/yFj8dYSNCcwXgTnG36N6YTpxbj6g==", + "dev": true, + "dependencies": { + "@firestitch/exif-js": ">=2.3.0", + "fileapi": "^2.1.1", + "heic2any": "^0.0.4", + "tslib": "^2.0.0" + }, + "peerDependencies": { + "@firestitch/exif-js": ">=2.3.0" + } + }, "node_modules/@firestitch/form": { "version": "14.0.2", "resolved": "https://registry.npmjs.org/@firestitch/form/-/form-14.0.2.tgz", diff --git a/package.json b/package.json index 5e9256a..31d7d21 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,6 @@ "@firestitch/dialog": "^14.0.0", "@firestitch/drawer": "^14.0.0", "@firestitch/example": "^14.0.0", - "@firestitch/exif-js": "^14.0.0", "@firestitch/file": "^14.0.0", "@firestitch/form": "^14.0.2", "@firestitch/iframe": "^14.0.0",