Thomas Kaul
10 months 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.json
-
yarn.lock
|
|
@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Refactored the holding detail dialog to a standalone component |
|
|
|
- Refreshed the cryptocurrencies list |
|
|
|
- Refactored various pages to standalone components |
|
|
|
- Upgraded `@internationalized/number` from version `3.5.0` to `3.5.2` |
|
|
|
- Upgraded `body-parser` from version `1.20.1` to `1.20.2` |
|
|
|
- Upgraded `zone.js` from version `0.14.4` to `0.14.5` |
|
|
|
|
|
|
|
|
|
@ -72,7 +72,7 @@ |
|
|
|
"@dfinity/identity": "0.15.7", |
|
|
|
"@dfinity/principal": "0.15.7", |
|
|
|
"@dinero.js/currencies": "2.0.0-alpha.8", |
|
|
|
"@internationalized/number": "3.5.0", |
|
|
|
"@internationalized/number": "3.5.2", |
|
|
|
"@nestjs/bull": "10.0.1", |
|
|
|
"@nestjs/cache-manager": "2.1.0", |
|
|
|
"@nestjs/common": "10.1.3", |
|
|
|
|
|
@ -3680,10 +3680,10 @@ |
|
|
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917" |
|
|
|
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw== |
|
|
|
|
|
|
|
"@internationalized/number@3.5.0": |
|
|
|
version "3.5.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@internationalized/number/-/number-3.5.0.tgz#9de6018424b441a6545f209afa286ad7df4a2906" |
|
|
|
integrity sha512-ZY1BW8HT9WKYvaubbuqXbbDdHhOUMfE2zHHFJeTppid0S+pc8HtdIxFxaYMsGjCb4UsF+MEJ4n2TfU7iHnUK8w== |
|
|
|
"@internationalized/number@3.5.2": |
|
|
|
version "3.5.2" |
|
|
|
resolved "https://registry.yarnpkg.com/@internationalized/number/-/number-3.5.2.tgz#2edc8e830268dca7283dad6def728f34eb5b7fdc" |
|
|
|
integrity sha512-4FGHTi0rOEX1giSkt5MH4/te0eHBq3cvAYsfLlpguV6pzJAReXymiYpE5wPCqKqjkUO3PIsyvk+tBiIV1pZtbA== |
|
|
|
dependencies: |
|
|
|
"@swc/helpers" "^0.5.0" |
|
|
|
|
|
|
|