ngx-spinner

This commit is contained in:
Tomasi - Developing 2026-02-17 13:49:59 +01:00
parent ffa1cc6189
commit e91daa881d
2 changed files with 9 additions and 8 deletions

15
Ui/package-lock.json generated
View File

@ -29,7 +29,7 @@
"ngx-countup": "^21.0.0",
"ngx-mask": "^21.0.1",
"ngx-pagination": "^6.0.3",
"ngx-spinner": "^17.0.0",
"ngx-spinner": "^21.0.0",
"ngx-toastr": "^19.0.0",
"rxjs": "~7.8.0",
"sweetalert2": "^11.22.4",
@ -9773,16 +9773,17 @@
}
},
"node_modules/ngx-spinner": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/ngx-spinner/-/ngx-spinner-17.0.0.tgz",
"integrity": "sha512-VWDSvLlCnaWqu0W1L+ybQIRHTbd+GffkX1sWs++iMPXMGVJ2ZCuzW32FHnu+p0regMUHU8r1/rvUcFD0YooJxQ==",
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/ngx-spinner/-/ngx-spinner-21.0.0.tgz",
"integrity": "sha512-fWwBt4A/q8PPYdotGB1ffgRfNzS/Yw/YyCUtgrtNoyiBiN074OUUSzrq9w4v73hvIv5sxwkdYiOKyyOoeE49Lw==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/animations": ">=15.0.0",
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0"
"@angular/animations": ">=20.0.0",
"@angular/common": ">=20.0.0",
"@angular/core": ">=20.0.0"
}
},
"node_modules/ngx-toastr": {

View File

@ -31,7 +31,7 @@
"ngx-countup": "^21.0.0",
"ngx-mask": "^21.0.1",
"ngx-pagination": "^6.0.3",
"ngx-spinner": "^17.0.0",
"ngx-spinner": "^21.0.0",
"ngx-toastr": "^19.0.0",
"rxjs": "~7.8.0",
"sweetalert2": "^11.22.4",