Browse Source

Task/upgrade @internationalized/number to version 3.6.7 (#7114)

* Upgrade @internationalized/number to version 3.6.7

* Update changelog
pull/7116/head
Thomas Kaul 5 days ago
committed by GitHub
parent
commit
944846c51f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 8
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

@ -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

8
package-lock.json

@ -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"

2
package.json

@ -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",

Loading…
Cancel
Save