Browse Source
Task/upgrade countries-list to version 3.4.0 (#7314)
* Update countries-list to version 3.4.0
* Update changelog
pull/7317/head^2
Thomas Kaul
22 hours 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
|
|
@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
- Rounded the value of the _Fear & Greed Index_ (market mood) in the twitter bot service |
|
|
- Rounded the value of the _Fear & Greed Index_ (market mood) in the twitter bot service |
|
|
- Set the change detection strategy to `OnPush` in the _X-ray_ page |
|
|
- Set the change detection strategy to `OnPush` in the _X-ray_ page |
|
|
- Deprecated `SymbolProfile` in favor of `assetProfile` in the activity interface |
|
|
- Deprecated `SymbolProfile` in favor of `assetProfile` in the activity interface |
|
|
|
|
|
- Upgraded `countries-list` from version `3.3.0` to `3.4.0` |
|
|
- Upgraded `Nx` from version `23.0.1` to `23.0.2` |
|
|
- Upgraded `Nx` from version `23.0.1` to `23.0.2` |
|
|
|
|
|
|
|
|
## 3.25.0 - 2026-07-12 |
|
|
## 3.25.0 - 2026-07-12 |
|
|
|
|
|
@ -63,7 +63,7 @@ |
|
|
"color": "5.0.3", |
|
|
"color": "5.0.3", |
|
|
"cookie-parser": "1.4.7", |
|
|
"cookie-parser": "1.4.7", |
|
|
"countries-and-timezones": "3.9.0", |
|
|
"countries-and-timezones": "3.9.0", |
|
|
"countries-list": "3.3.0", |
|
|
"countries-list": "3.4.0", |
|
|
"countup.js": "2.10.0", |
|
|
"countup.js": "2.10.0", |
|
|
"date-fns": "4.4.0", |
|
|
"date-fns": "4.4.0", |
|
|
"dotenv": "17.2.3", |
|
|
"dotenv": "17.2.3", |
|
|
@ -17062,9 +17062,9 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/countries-list": { |
|
|
"node_modules/countries-list": { |
|
|
"version": "3.3.0", |
|
|
"version": "3.4.0", |
|
|
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.3.0.tgz", |
|
|
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.4.0.tgz", |
|
|
"integrity": "sha512-XRUjS+dcZuNh/fg3+mka3bXgcg4TbQZ1gaK5IJqO6qulerBANl1bmrd20P2dgmPkBpP+5FnejiSF1gd7bgAg+g==", |
|
|
"integrity": "sha512-SonKkjlEGUNz/Ugj6akOMUl8/F6EBVbLq/nQbDKhZo60EFyNgsVIgDP521J9pGhywikV514Ct4BueIqiOnvBBA==", |
|
|
"license": "MIT" |
|
|
"license": "MIT" |
|
|
}, |
|
|
}, |
|
|
"node_modules/countup.js": { |
|
|
"node_modules/countup.js": { |
|
|
|
|
|
@ -107,7 +107,7 @@ |
|
|
"color": "5.0.3", |
|
|
"color": "5.0.3", |
|
|
"cookie-parser": "1.4.7", |
|
|
"cookie-parser": "1.4.7", |
|
|
"countries-and-timezones": "3.9.0", |
|
|
"countries-and-timezones": "3.9.0", |
|
|
"countries-list": "3.3.0", |
|
|
"countries-list": "3.4.0", |
|
|
"countup.js": "2.10.0", |
|
|
"countup.js": "2.10.0", |
|
|
"date-fns": "4.4.0", |
|
|
"date-fns": "4.4.0", |
|
|
"dotenv": "17.2.3", |
|
|
"dotenv": "17.2.3", |
|
|
|