Browse Source
Task/upgrade countries-and-timezones to version 3.9.0 (#6817)
* Upgrade countries-and-timezones to version 3.9.0
* Update changelog
pull/6786/head^2
Thomas Kaul
4 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
|
|
|
@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Migrated various components from `NgClass` to class bindings |
|
|
|
- Refreshed the cryptocurrencies list |
|
|
|
- Upgraded `@ionic/angular` from version `8.8.1` to `8.8.5` |
|
|
|
- Upgraded `countries-and-timezones` from version `3.8.0` to `3.9.0` |
|
|
|
- Upgraded `fuse.js` from version `7.1.0` to `7.3.0` |
|
|
|
- Upgraded `Nx` from version `22.6.5` to `22.7.1` |
|
|
|
|
|
|
|
|
|
|
|
@ -60,7 +60,7 @@ |
|
|
|
"class-validator": "0.15.1", |
|
|
|
"color": "5.0.3", |
|
|
|
"cookie-parser": "1.4.7", |
|
|
|
"countries-and-timezones": "3.8.0", |
|
|
|
"countries-and-timezones": "3.9.0", |
|
|
|
"countries-list": "3.3.0", |
|
|
|
"countup.js": "2.10.0", |
|
|
|
"date-fns": "4.1.0", |
|
|
|
@ -18906,9 +18906,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/countries-and-timezones": { |
|
|
|
"version": "3.8.0", |
|
|
|
"resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-3.8.0.tgz", |
|
|
|
"integrity": "sha512-+Ze9h5f4dQpUwbzTm0DEkiPiZyim9VHV4/mSnT4zNYJnrnfwsKjAZPtnp7J5VzejCDgySs+2SSc6MDdCnD43GA==", |
|
|
|
"version": "3.9.0", |
|
|
|
"resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-3.9.0.tgz", |
|
|
|
"integrity": "sha512-3upkVtUfZgdp5xOQI/Deg1ye73ae6bygJMO4UvtUi6wLjwcj7cBqx2PzSZ1VL8i5iveBbjhsQp2Judx7kPKivA==", |
|
|
|
"license": "MIT", |
|
|
|
"engines": { |
|
|
|
"node": ">=8.x", |
|
|
|
|
|
|
|
@ -105,7 +105,7 @@ |
|
|
|
"class-validator": "0.15.1", |
|
|
|
"color": "5.0.3", |
|
|
|
"cookie-parser": "1.4.7", |
|
|
|
"countries-and-timezones": "3.8.0", |
|
|
|
"countries-and-timezones": "3.9.0", |
|
|
|
"countries-list": "3.3.0", |
|
|
|
"countup.js": "2.10.0", |
|
|
|
"date-fns": "4.1.0", |
|
|
|
|