Browse Source

Merge branch 'main' into pr/4469

pull/4469/head
Thomas Kaul 3 weeks ago
parent
commit
7d8b7a8f19
  1. 1
      CHANGELOG.md
  2. 2
      README.md
  3. 1686
      package-lock.json
  4. 24
      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 static portfolio analysis rule: Emergency fund setup by supporting assets
- Restricted the historical market data gathering to active asset profiles
- Upgraded `Nx` from version `20.5.0` to `20.6.4`
## 2.148.0 - 2025-03-24

2
README.md

@ -7,7 +7,7 @@
**Open Source Wealth Management Software**
[**Ghostfol.io**](https://ghostfol.io) | [**Live Demo**](https://ghostfol.io/en/demo) | [**Ghostfolio Premium**](https://ghostfol.io/en/pricing) | [**FAQ**](https://ghostfol.io/en/faq) |
[**Blog**](https://ghostfol.io/en/blog) | [**Slack**](https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg) | [**X**](https://x.com/ghostfolio_)
[**Blog**](https://ghostfol.io/en/blog) | [**LinkedIn**](https://www.linkedin.com/company/ghostfolio) | [**Slack**](https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg) | [**X**](https://x.com/ghostfolio_)
[![Shield: Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-Support-yellow?logo=buymeacoffee)](https://www.buymeacoffee.com/ghostfolio)
[![Shield: Contributions Welcome](https://img.shields.io/badge/Contributions-Welcome-limegreen.svg)](#contributing) [![Shield: Docker Pulls](https://img.shields.io/docker/pulls/ghostfolio/ghostfolio?label=Docker%20Pulls)](https://hub.docker.com/r/ghostfolio/ghostfolio)

1686
package-lock.json

File diff suppressed because it is too large

24
package.json

@ -155,17 +155,17 @@
"@eslint/js": "9.18.0",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@nx/angular": "20.5.0",
"@nx/cypress": "20.5.0",
"@nx/eslint-plugin": "20.5.0",
"@nx/jest": "20.5.0",
"@nx/js": "20.5.0",
"@nx/module-federation": "20.5.0",
"@nx/nest": "20.5.0",
"@nx/node": "20.5.0",
"@nx/storybook": "20.5.0",
"@nx/web": "20.5.0",
"@nx/workspace": "20.5.0",
"@nx/angular": "20.6.4",
"@nx/cypress": "20.6.4",
"@nx/eslint-plugin": "20.6.4",
"@nx/jest": "20.6.4",
"@nx/js": "20.6.4",
"@nx/module-federation": "20.6.4",
"@nx/nest": "20.6.4",
"@nx/node": "20.6.4",
"@nx/storybook": "20.6.4",
"@nx/web": "20.6.4",
"@nx/workspace": "20.6.4",
"@schematics/angular": "19.2.1",
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-interactions": "8.4.7",
@ -193,7 +193,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.4.2",
"nx": "20.5.0",
"nx": "20.6.4",
"prettier": "3.5.3",
"prettier-plugin-organize-attributes": "1.0.0",
"prisma": "6.5.0",

Loading…
Cancel
Save