Browse Source

Task/upgrade Nx to version 22.5.3 (#6444)

* Upgrade Nx to version 22.5.3

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

6
CHANGELOG.md

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Upgraded `Nx` from version `22.4.5` to `22.5.3`
## 2.245.0 - 2026-03-01
### Changed

665
package-lock.json

File diff suppressed because it is too large

22
package.json

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

Loading…
Cancel
Save