mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
feat(toaster): update toaster to latest version (6.0.0) (#1722)
This commit is contained in:
parent
fbe12a94dd
commit
b85034e719
3 changed files with 5 additions and 5 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -962,9 +962,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"angular2-toaster": {
|
"angular2-toaster": {
|
||||||
"version": "4.0.1",
|
"version": "6.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/angular2-toaster/-/angular2-toaster-4.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/angular2-toaster/-/angular2-toaster-6.0.0.tgz",
|
||||||
"integrity": "sha1-WHrvbfkDz14rfrpAR7VOyaIbjjs="
|
"integrity": "sha512-OtoM0bWnRmmIVX+7BvSqtn+b+Db5ktwiR+C8LGxwG4Cf7J3ojPZ7T7XqZBwAQZ9vWtaFssDLYx4jb2S5jCLkSw=="
|
||||||
},
|
},
|
||||||
"ansi-colors": {
|
"ansi-colors": {
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
"@swimlane/ngx-charts": "7.0.1",
|
"@swimlane/ngx-charts": "7.0.1",
|
||||||
"angular-tree-component": "7.2.0",
|
"angular-tree-component": "7.2.0",
|
||||||
"angular2-chartjs": "0.4.1",
|
"angular2-chartjs": "0.4.1",
|
||||||
"angular2-toaster": "4.0.1",
|
"angular2-toaster": "6.0.0",
|
||||||
"bootstrap": "4.0.0",
|
"bootstrap": "4.0.0",
|
||||||
"chart.js": "2.7.1",
|
"chart.js": "2.7.1",
|
||||||
"ckeditor": "4.7.3",
|
"ckeditor": "4.7.3",
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ import { ComponentsRoutingModule, routedComponents } from './components-routing.
|
||||||
ThemeModule,
|
ThemeModule,
|
||||||
ComponentsRoutingModule,
|
ComponentsRoutingModule,
|
||||||
TreeModule,
|
TreeModule,
|
||||||
ToasterModule,
|
ToasterModule.forRoot(),
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
...routedComponents,
|
...routedComponents,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue