diff --git a/package-lock.json b/package-lock.json index 8112dcc..1737423 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,10 +17,13 @@ "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0", "@angular/router": "^19.0.0", + "moment-timezone": "^0.5.46", + "ngx-highlightjs": "^12.0.0", "ngx-quill": "^27.0.0", "query-string": "^9.1.1", "quill": "^2.0.2", "rxjs": "^7.8.0 || ^8.0.0", + "swiper": "^11.1.15", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, @@ -8513,6 +8516,15 @@ "node": ">= 0.4" } }, + "node_modules/highlight.js": { + "version": "11.10.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", + "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/hosted-git-info": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.0.2.tgz", @@ -10887,6 +10899,27 @@ "mkdirp": "bin/cmd.js" } }, + "node_modules/moment": { + "version": "2.30.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", + "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", + "license": "MIT", + "engines": { + "node": "*" + } + }, + "node_modules/moment-timezone": { + "version": "0.5.46", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.46.tgz", + "integrity": "sha512-ZXm9b36esbe7OmdABqIWJuBBiLLwAjrN7CE+7sYdCCx82Nabt1wHDj8TVseS59QIlfFPbOoiBPm6ca9BioG4hw==", + "license": "MIT", + "dependencies": { + "moment": "^2.29.4" + }, + "engines": { + "node": "*" + } + }, "node_modules/mrmime": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", @@ -11239,6 +11272,20 @@ "semver": "bin/semver.js" } }, + "node_modules/ngx-highlightjs": { + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/ngx-highlightjs/-/ngx-highlightjs-12.0.0.tgz", + "integrity": "sha512-1lSUv3hNpriHewwe8zz8eMX6q/Tcq1ZCsJ1GitBsr86y39e+q4U/s8LKE7rvK6SVAbQlUuopdbbKWR0zjihjLg==", + "license": "MIT", + "dependencies": { + "highlight.js": "^11.9.0", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "@angular/common": ">=17.0.0", + "@angular/core": ">=17.0.0" + } + }, "node_modules/ngx-quill": { "version": "27.0.0", "resolved": "https://registry.npmjs.org/ngx-quill/-/ngx-quill-27.0.0.tgz", @@ -14033,6 +14080,25 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/swiper": { + "version": "11.1.15", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.15.tgz", + "integrity": "sha512-IzWeU34WwC7gbhjKsjkImTuCRf+lRbO6cnxMGs88iVNKDwV+xQpBCJxZ4bNH6gSrIbbyVJ1kuGzo3JTtz//CBw==", + "funding": [ + { + "type": "patreon", + "url": "https://www.patreon.com/swiperjs" + }, + { + "type": "open_collective", + "url": "http://opencollective.com/swiper" + } + ], + "license": "MIT", + "engines": { + "node": ">= 4.7.0" + } + }, "node_modules/symbol-observable": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz", diff --git a/package.json b/package.json index c2f1bad..4719155 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,13 @@ "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0", "@angular/router": "^19.0.0", + "moment-timezone": "^0.5.46", + "ngx-highlightjs": "^12.0.0", "ngx-quill": "^27.0.0", "query-string": "^9.1.1", "quill": "^2.0.2", "rxjs": "^7.8.0 || ^8.0.0", + "swiper": "^11.1.15", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, diff --git a/projects/ngx-nighthawk/package.json b/projects/ngx-nighthawk/package.json index ca223a7..3a26bd3 100644 --- a/projects/ngx-nighthawk/package.json +++ b/projects/ngx-nighthawk/package.json @@ -1,6 +1,6 @@ { "name": "ngx-nighthawk", - "version": "7.0.18", + "version": "7.0.19", "peerDependencies": { "@angular/cdk": "^19.0.0", "@angular/common": "^19.0.0",