Feature/upgrade nx to version 20.1.2 (#4054)

* Upgrade Nx to version 20.1.2

* Update changelog
pull/4044/head^2
Thomas Kaul 4 days ago committed by GitHub
parent e7356dc170
commit 2568fe4828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added pagination parameters (`skip`, `take`) to the endpoint `GET api/v1/admin/user`
### Changed
- Upgraded `Nx` from version `20.0.6` to `20.1.2`
## 2.123.0 - 2024-11-16
### Added

636
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -153,16 +153,16 @@
"@angular/pwa": "18.2.9",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.1.3",
"@nx/angular": "20.0.6",
"@nx/cypress": "20.0.6",
"@nx/eslint-plugin": "20.0.6",
"@nx/jest": "20.0.6",
"@nx/js": "20.0.6",
"@nx/nest": "20.0.6",
"@nx/node": "20.0.6",
"@nx/storybook": "20.0.6",
"@nx/web": "20.0.6",
"@nx/workspace": "20.0.6",
"@nx/angular": "20.1.2",
"@nx/cypress": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/jest": "20.1.2",
"@nx/js": "20.1.2",
"@nx/nest": "20.1.2",
"@nx/node": "20.1.2",
"@nx/storybook": "20.1.2",
"@nx/web": "20.1.2",
"@nx/workspace": "20.1.2",
"@schematics/angular": "18.2.9",
"@simplewebauthn/types": "9.0.1",
"@storybook/addon-essentials": "8.3.6",
@ -193,7 +193,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0",
"nx": "20.0.6",
"nx": "20.1.2",
"prettier": "3.3.3",
"prettier-plugin-organize-attributes": "1.0.0",
"prisma": "5.22.0",

Loading…
Cancel
Save