From d349d187e2377386eeb4f1e21ec2c32246bfff5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:33:58 +0000 Subject: [PATCH] Bump @ngneat/hot-toast from 5.0.2 to 7.0.0 in /web Bumps [@ngneat/hot-toast](https://github.com/ngneat/hot-toast) from 5.0.2 to 7.0.0. - [Commits](https://github.com/ngneat/hot-toast/commits) --- updated-dependencies: - dependency-name: "@ngneat/hot-toast" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/src/app/shared/shared.module.ts | 16 ++++++++-------- web/yarn.lock | 14 +++++++------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/web/package.json b/web/package.json index 11005a12b..0cc06e11a 100644 --- a/web/package.json +++ b/web/package.json @@ -33,7 +33,7 @@ "@angular/platform-browser": "18.2.11", "@angular/platform-browser-dynamic": "18.2.11", "@angular/router": "18.2.11", - "@ngneat/hot-toast": "5.0.2", + "@ngneat/hot-toast": "7.0.0", "@ngneat/overview": "3.0.4", "@ngxs/router-plugin": "18.1.4", "@ngxs/store": "18.1.4", diff --git a/web/src/app/shared/shared.module.ts b/web/src/app/shared/shared.module.ts index deb9cab1f..da12c1a31 100644 --- a/web/src/app/shared/shared.module.ts +++ b/web/src/app/shared/shared.module.ts @@ -34,7 +34,7 @@ import { RouterModule } from '@angular/router'; import { AlertModule } from 'ngx-bootstrap/alert'; import { TypeaheadModule } from 'ngx-bootstrap/typeahead'; import { BsDatepickerModule } from 'ngx-bootstrap/datepicker'; -import { HotToastModule } from '@ngneat/hot-toast'; +import { provideHotToastConfig } from '@ngneat/hot-toast'; import { AccordionModule } from 'ngx-bootstrap/accordion'; /** @@ -103,12 +103,7 @@ const MODULES = [ MatButtonModule, RouterModule, TreeModule, - MatAutocompleteModule, - HotToastModule.forRoot({ - style: { - 'max-width': '520px' - } - }) + MatAutocompleteModule ]; const DECLARATIONS = [ @@ -195,7 +190,12 @@ export const httpClientInterceptor: HttpInterceptorFn = (request: HttpRequest=13.0.0" - "@ngneat/overview": ">=3.0.0" - checksum: 10c0/056dff9c33012996bcd13fa78545346be87d44a819e18e3e7a74db4a3783a46647cbf24689e0f3aba4454861aee5bbe53979b42165e6897b27e492c9a8e94b62 + "@angular/core": ">= 17.0.0 < 18.0.0" + "@ngneat/overview": 6.0.0 + checksum: 10c0/06bbf19345cd66b21c73f2ba9be7c651b9d94d2de6bfab636c0adf550f56e0a1b0218c199d4440781dda45b28f75662496525cee52e06db5f97f4a2982128798 languageName: node linkType: hard @@ -10357,7 +10357,7 @@ __metadata: "@angular/platform-browser": "npm:18.2.11" "@angular/platform-browser-dynamic": "npm:18.2.11" "@angular/router": "npm:18.2.11" - "@ngneat/hot-toast": "npm:5.0.2" + "@ngneat/hot-toast": "npm:7.0.0" "@ngneat/overview": "npm:3.0.4" "@ngxs/devtools-plugin": "npm:18.1.4" "@ngxs/router-plugin": "npm:18.1.4"