Browse Source

Task/upgrade Nx to version 22.7.5 (#6962)

* Upgrade Nx to version 22.7.5

* Update changelog
pull/6980/head
Thomas Kaul 4 hours ago
committed by GitHub
parent
commit
8acd77717c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 678
      package-lock.json
  3. 22
      package.json

1
CHANGELOG.md

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extended the countries mapping in the data enhancer for asset profile data via _Trackinsight_
- Removed the deprecated attributes (`assetClass`, `assetClassLabel`, `assetSubClass`, `assetSubClassLabel`, `countries`, `currency`, `dataSource`, `holdings`, `name`, `sectors`, `symbol` and `url`) from the holdings of the portfolio details endpoint response
- Upgraded `Nx` from version `22.7.2` to `22.7.5`
### Fixed

678
package-lock.json

File diff suppressed because it is too large

22
package.json

@ -158,16 +158,16 @@
"@eslint/js": "9.35.0",
"@nestjs/schematics": "11.1.0",
"@nestjs/testing": "11.1.21",
"@nx/angular": "22.7.2",
"@nx/eslint-plugin": "22.7.2",
"@nx/jest": "22.7.2",
"@nx/js": "22.7.2",
"@nx/module-federation": "22.7.2",
"@nx/nest": "22.7.2",
"@nx/node": "22.7.2",
"@nx/storybook": "22.7.2",
"@nx/web": "22.7.2",
"@nx/workspace": "22.7.2",
"@nx/angular": "22.7.5",
"@nx/eslint-plugin": "22.7.5",
"@nx/jest": "22.7.5",
"@nx/js": "22.7.5",
"@nx/module-federation": "22.7.5",
"@nx/nest": "22.7.5",
"@nx/node": "22.7.5",
"@nx/storybook": "22.7.5",
"@nx/web": "22.7.5",
"@nx/workspace": "22.7.5",
"@schematics/angular": "21.2.6",
"@storybook/addon-docs": "10.1.10",
"@storybook/addon-themes": "10.1.10",
@ -194,7 +194,7 @@
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"jest-preset-angular": "16.0.0",
"nx": "22.7.2",
"nx": "22.7.5",
"prettier": "3.8.3",
"prettier-plugin-organize-attributes": "1.0.0",
"prisma": "7.8.0",

Loading…
Cancel
Save