Skip to content

Commit

Permalink
Bump @ngneat/hot-toast from 5.0.2 to 7.0.0 in /web
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and CRoberto1926 committed Nov 11, 2024
1 parent ef44b87 commit d349d18
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
16 changes: 8 additions & 8 deletions web/src/app/shared/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down Expand Up @@ -103,12 +103,7 @@ const MODULES = [
MatButtonModule,
RouterModule,
TreeModule,
MatAutocompleteModule,
HotToastModule.forRoot({
style: {
'max-width': '520px'
}
})
MatAutocompleteModule
];

const DECLARATIONS = [
Expand Down Expand Up @@ -195,7 +190,12 @@ export const httpClientInterceptor: HttpInterceptorFn = (request: HttpRequest<un
ClassificationsService,
WorkbasketService,
ObtainMessageService,
provideHttpClient(withInterceptors([httpClientInterceptor]))
provideHttpClient(withInterceptors([httpClientInterceptor])),
provideHotToastConfig({
style: {
'max-width': '520px'
}
})
]
})
export class SharedModule {}
14 changes: 7 additions & 7 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3502,15 +3502,15 @@ __metadata:
languageName: node
linkType: hard

"@ngneat/hot-toast@npm:5.0.2":
version: 5.0.2
resolution: "@ngneat/hot-toast@npm:5.0.2"
"@ngneat/hot-toast@npm:7.0.0":
version: 7.0.0
resolution: "@ngneat/hot-toast@npm:7.0.0"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/core": ">=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

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d349d18

Please sign in to comment.