Thomas Kaul
5 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
|
|
|
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Improved the dynamic numerical precision for various values in the account detail dialog on mobile |
|
|
|
- Improved the dynamic numerical precision for various values in the holding detail dialog on mobile |
|
|
|
- Upgraded `@internationalized/number` from version `3.6.6` to `3.6.7` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
"@bull-board/nestjs": "7.2.1", |
|
|
|
"@codewithdan/observable-store": "2.2.15", |
|
|
|
"@date-fns/utc": "2.1.1", |
|
|
|
"@internationalized/number": "3.6.6", |
|
|
|
"@internationalized/number": "3.6.7", |
|
|
|
"@ionic/angular": "8.8.5", |
|
|
|
"@keyv/redis": "5.1.6", |
|
|
|
"@nestjs/bull": "11.0.4", |
|
|
|
@ -5003,9 +5003,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@internationalized/number": { |
|
|
|
"version": "3.6.6", |
|
|
|
"resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.6.tgz", |
|
|
|
"integrity": "sha512-iFgmQaXHE0vytNfpLZWOC2mEJCBRzcUxt53Xf/yCXG93lRvqas237i3r7X4RKMwO3txiyZD4mQjKAByFv6UGSQ==", |
|
|
|
"version": "3.6.7", |
|
|
|
"resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.7.tgz", |
|
|
|
"integrity": "sha512-3ji1fcrT+FPAK86UqEhB/psHixYo6niWPJtt7+qRaYFynt/BaJG8GhAPimtWUpEiVSTq8ZM8L5psMxGquiB/Vg==", |
|
|
|
"license": "Apache-2.0", |
|
|
|
"dependencies": { |
|
|
|
"@swc/helpers": "^0.5.0" |
|
|
|
|
|
|
|
@ -70,7 +70,7 @@ |
|
|
|
"@bull-board/nestjs": "7.2.1", |
|
|
|
"@codewithdan/observable-store": "2.2.15", |
|
|
|
"@date-fns/utc": "2.1.1", |
|
|
|
"@internationalized/number": "3.6.6", |
|
|
|
"@internationalized/number": "3.6.7", |
|
|
|
"@ionic/angular": "8.8.5", |
|
|
|
"@keyv/redis": "5.1.6", |
|
|
|
"@nestjs/bull": "11.0.4", |
|
|
|
|