Feature/upgrade nx to version 19.5.6 (#3633)

* Upgrade Nx to version 19.5.6

* Update changelog
pull/3637/head
Thomas Kaul 2 months ago committed by GitHub
parent aef650753e
commit 4c7657a90e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Upgraded `Nx` from version `19.5.1` to `19.5.6`
## 2.101.0 - 2024-08-03 ## 2.101.0 - 2024-08-03
### Changed ### Changed

882
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -152,16 +152,16 @@
"@angular/pwa": "18.1.1", "@angular/pwa": "18.1.1",
"@nestjs/schematics": "10.0.1", "@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.1.3", "@nestjs/testing": "10.1.3",
"@nx/angular": "19.5.1", "@nx/angular": "19.5.6",
"@nx/cypress": "19.5.1", "@nx/cypress": "19.5.6",
"@nx/eslint-plugin": "19.5.1", "@nx/eslint-plugin": "19.5.6",
"@nx/jest": "19.5.1", "@nx/jest": "19.5.6",
"@nx/js": "19.5.1", "@nx/js": "19.5.6",
"@nx/nest": "19.5.1", "@nx/nest": "19.5.6",
"@nx/node": "19.5.1", "@nx/node": "19.5.6",
"@nx/storybook": "19.5.1", "@nx/storybook": "19.5.6",
"@nx/web": "19.5.1", "@nx/web": "19.5.6",
"@nx/workspace": "19.5.1", "@nx/workspace": "19.5.6",
"@schematics/angular": "18.1.1", "@schematics/angular": "18.1.1",
"@simplewebauthn/types": "9.0.1", "@simplewebauthn/types": "9.0.1",
"@storybook/addon-essentials": "8.2.6", "@storybook/addon-essentials": "8.2.6",
@ -190,7 +190,7 @@
"jest": "29.7.0", "jest": "29.7.0",
"jest-environment-jsdom": "29.7.0", "jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0", "jest-preset-angular": "14.1.0",
"nx": "19.5.1", "nx": "19.5.6",
"prettier": "3.3.3", "prettier": "3.3.3",
"prettier-plugin-organize-attributes": "1.0.0", "prettier-plugin-organize-attributes": "1.0.0",
"react": "18.2.0", "react": "18.2.0",

Loading…
Cancel
Save