Thomas Kaul
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Refreshed the cryptocurrencies list |
|
|
|
- Upgraded `countup.js` from version `2.8.2` to `2.9.0` |
|
|
|
|
|
|
|
## 2.200.0 - 2025-09-17 |
|
|
|
|
|
|
|
|
|
@ -64,7 +64,7 @@ |
|
|
|
"color": "5.0.0", |
|
|
|
"countries-and-timezones": "3.8.0", |
|
|
|
"countries-list": "3.1.1", |
|
|
|
"countup.js": "2.8.2", |
|
|
|
"countup.js": "2.9.0", |
|
|
|
"date-fns": "4.1.0", |
|
|
|
"envalid": "8.1.0", |
|
|
|
"fuse.js": "7.1.0", |
|
|
@ -18619,9 +18619,9 @@ |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/countup.js": { |
|
|
|
"version": "2.8.2", |
|
|
|
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.8.2.tgz", |
|
|
|
"integrity": "sha512-UtRoPH6udaru/MOhhZhI/GZHJKAyAxuKItD2Tr7AbrqrOPBX/uejWBBJt8q86169AMqKkE9h9/24kFWbUk/Bag==", |
|
|
|
"version": "2.9.0", |
|
|
|
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.9.0.tgz", |
|
|
|
"integrity": "sha512-llqrvyXztRFPp6+i8jx25phHWcVWhrHO4Nlt0uAOSKHB8778zzQswa4MU3qKBvkXfJKftRYFJuVHez67lyKdHg==", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/create-jest": { |
|
|
|
|
|
@ -110,7 +110,7 @@ |
|
|
|
"color": "5.0.0", |
|
|
|
"countries-and-timezones": "3.8.0", |
|
|
|
"countries-list": "3.1.1", |
|
|
|
"countup.js": "2.8.2", |
|
|
|
"countup.js": "2.9.0", |
|
|
|
"date-fns": "4.1.0", |
|
|
|
"envalid": "8.1.0", |
|
|
|
"fuse.js": "7.1.0", |
|
|
|