ngx-countup

This commit is contained in:
Tomasi - Developing 2026-02-17 13:44:16 +01:00
parent 9b4d22e8be
commit 1af95c1905
2 changed files with 14 additions and 12 deletions

24
Ui/package-lock.json generated
View File

@ -26,7 +26,7 @@
"bootswatch": "^5.3.8", "bootswatch": "^5.3.8",
"jest-editor-support": "*", "jest-editor-support": "*",
"moment": "^2.30.1", "moment": "^2.30.1",
"ngx-countup": "^13.2.0", "ngx-countup": "^21.0.0",
"ngx-mask": "^19.0.6", "ngx-mask": "^19.0.6",
"ngx-pagination": "^6.0.3", "ngx-pagination": "^6.0.3",
"ngx-spinner": "^17.0.0", "ngx-spinner": "^17.0.0",
@ -6227,9 +6227,10 @@
} }
}, },
"node_modules/countup.js": { "node_modules/countup.js": {
"version": "2.8.2", "version": "2.9.0",
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.8.2.tgz", "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.9.0.tgz",
"integrity": "sha512-UtRoPH6udaru/MOhhZhI/GZHJKAyAxuKItD2Tr7AbrqrOPBX/uejWBBJt8q86169AMqKkE9h9/24kFWbUk/Bag==" "integrity": "sha512-llqrvyXztRFPp6+i8jx25phHWcVWhrHO4Nlt0uAOSKHB8778zzQswa4MU3qKBvkXfJKftRYFJuVHez67lyKdHg==",
"license": "MIT"
}, },
"node_modules/cross-spawn": { "node_modules/cross-spawn": {
"version": "7.0.6", "version": "7.0.6",
@ -9732,16 +9733,17 @@
} }
}, },
"node_modules/ngx-countup": { "node_modules/ngx-countup": {
"version": "13.2.0", "version": "21.0.0",
"resolved": "https://registry.npmjs.org/ngx-countup/-/ngx-countup-13.2.0.tgz", "resolved": "https://registry.npmjs.org/ngx-countup/-/ngx-countup-21.0.0.tgz",
"integrity": "sha512-8HpLinaRAg9qta8P/1BjP7IzVY8USNbn9981StlvYPNshLwZcmSmxKJIuHzE9zTL+y7ILWih2L4SDyJDfsIyVw==", "integrity": "sha512-NmWZhc3kRXsKdKvFw9cMfIM/FATWCvpgJ1UB/pF6qoHVex1YX2n9ff3IOTk1K+/JSAq9O84BU4eWfqWNsPs38w==",
"license": "MIT",
"dependencies": { "dependencies": {
"countup.js": "^2.3.2", "countup.js": "^2.9.0",
"tslib": "^2.0.0" "tslib": "^2.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": ">=13.0.0", "@angular/common": "^21.0.0",
"@angular/core": ">=13.0.0" "@angular/core": "^21.0.0"
} }
}, },
"node_modules/ngx-mask": { "node_modules/ngx-mask": {

View File

@ -28,7 +28,7 @@
"bootswatch": "^5.3.8", "bootswatch": "^5.3.8",
"jest-editor-support": "*", "jest-editor-support": "*",
"moment": "^2.30.1", "moment": "^2.30.1",
"ngx-countup": "^13.2.0", "ngx-countup": "^21.0.0",
"ngx-mask": "^19.0.6", "ngx-mask": "^19.0.6",
"ngx-pagination": "^6.0.3", "ngx-pagination": "^6.0.3",
"ngx-spinner": "^17.0.0", "ngx-spinner": "^17.0.0",