Browse Source

Task/upgrade Nx to version 22.4.5 (#6292)

* Upgrade Nx to version 22.4.5

* Update changelog
pull/6293/head
Thomas Kaul 1 day ago
committed by GitHub
parent
commit
177763513f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 577
      package-lock.json
  3. 22
      package.json

1
CHANGELOG.md

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed the `transactionCount` in the portfolio calculator and service - Removed the `transactionCount` in the portfolio calculator and service
- Refreshed the cryptocurrencies list - Refreshed the cryptocurrencies list
- Upgraded `Nx` from version `22.4.1` to `22.4.5`
### Fixed ### Fixed

577
package-lock.json

File diff suppressed because it is too large

22
package.json

@ -152,16 +152,16 @@
"@eslint/js": "9.35.0", "@eslint/js": "9.35.0",
"@nestjs/schematics": "11.0.9", "@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.8", "@nestjs/testing": "11.1.8",
"@nx/angular": "22.4.1", "@nx/angular": "22.4.5",
"@nx/eslint-plugin": "22.4.1", "@nx/eslint-plugin": "22.4.5",
"@nx/jest": "22.4.1", "@nx/jest": "22.4.5",
"@nx/js": "22.4.1", "@nx/js": "22.4.5",
"@nx/module-federation": "22.4.1", "@nx/module-federation": "22.4.5",
"@nx/nest": "22.4.1", "@nx/nest": "22.4.5",
"@nx/node": "22.4.1", "@nx/node": "22.4.5",
"@nx/storybook": "22.4.1", "@nx/storybook": "22.4.5",
"@nx/web": "22.4.1", "@nx/web": "22.4.5",
"@nx/workspace": "22.4.1", "@nx/workspace": "22.4.5",
"@schematics/angular": "21.1.1", "@schematics/angular": "21.1.1",
"@storybook/addon-docs": "10.1.10", "@storybook/addon-docs": "10.1.10",
"@storybook/angular": "10.1.10", "@storybook/angular": "10.1.10",
@ -186,7 +186,7 @@
"jest": "30.2.0", "jest": "30.2.0",
"jest-environment-jsdom": "30.2.0", "jest-environment-jsdom": "30.2.0",
"jest-preset-angular": "16.0.0", "jest-preset-angular": "16.0.0",
"nx": "22.4.1", "nx": "22.4.5",
"prettier": "3.8.1", "prettier": "3.8.1",
"prettier-plugin-organize-attributes": "1.0.0", "prettier-plugin-organize-attributes": "1.0.0",
"prisma": "6.19.0", "prisma": "6.19.0",

Loading…
Cancel
Save