Browse Source
Merge branch 'main' into feature/include-cash-in-portfolio-performance
pull/7148/head
Thomas Kaul
1 month 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
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Included cash in the performance calculation of the portfolio |
|
|
- Included cash in the performance calculation of the portfolio |
|
|
|
|
|
- Upgraded `countup.js` from version `2.10.0` to `2.10.1` |
|
|
- Upgraded `fuse.js` from version `7.3.0` to `7.5.0` |
|
|
- Upgraded `fuse.js` from version `7.3.0` to `7.5.0` |
|
|
|
|
|
|
|
|
### Fixed |
|
|
### Fixed |
|
|
|
|
|
@ -64,7 +64,7 @@ |
|
|
"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.4.0", |
|
|
"countries-list": "3.4.0", |
|
|
"countup.js": "2.10.0", |
|
|
"countup.js": "2.10.1", |
|
|
"date-fns": "4.4.0", |
|
|
"date-fns": "4.4.0", |
|
|
"dotenv": "17.2.3", |
|
|
"dotenv": "17.2.3", |
|
|
"dotenv-expand": "12.0.3", |
|
|
"dotenv-expand": "12.0.3", |
|
|
@ -17068,9 +17068,9 @@ |
|
|
"license": "MIT" |
|
|
"license": "MIT" |
|
|
}, |
|
|
}, |
|
|
"node_modules/countup.js": { |
|
|
"node_modules/countup.js": { |
|
|
"version": "2.10.0", |
|
|
"version": "2.10.1", |
|
|
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.10.0.tgz", |
|
|
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.10.1.tgz", |
|
|
"integrity": "sha512-QQpZx7oYxsR+OeITlZe46fY/OQjV11oBqjY8wgIXzLU2jIz8GzOrbMhqKLysGY8bWI3T1ZNrYkwGzKb4JNgyzg==", |
|
|
"integrity": "sha512-UHW/BsPDgVZfN919D4iu2HPv+jJxZUuaR3EhT0ScFZaD446GiQtkMTgOnOyJXdA2AewdlyUk9UvERlTHTbVpcw==", |
|
|
"license": "MIT" |
|
|
"license": "MIT" |
|
|
}, |
|
|
}, |
|
|
"node_modules/create-require": { |
|
|
"node_modules/create-require": { |
|
|
|
|
|
@ -108,7 +108,7 @@ |
|
|
"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.4.0", |
|
|
"countries-list": "3.4.0", |
|
|
"countup.js": "2.10.0", |
|
|
"countup.js": "2.10.1", |
|
|
"date-fns": "4.4.0", |
|
|
"date-fns": "4.4.0", |
|
|
"dotenv": "17.2.3", |
|
|
"dotenv": "17.2.3", |
|
|
"dotenv-expand": "12.0.3", |
|
|
"dotenv-expand": "12.0.3", |
|
|
|