Feature/upgrade to Nx 20.5 (#4430)
* Upgrade to Nx 20.5 * Update changelog
This commit is contained in:
parent
a137bbbdca
commit
97037e9481
@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Improved the usability of the user account registration
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgraded `angular` from version `19.0.5` to `19.2.1`
|
||||
- Upgraded `Nx` from version `20.3.2` to `20.5.0`
|
||||
|
||||
## 2.145.1 - 2025-03-10
|
||||
|
||||
### Added
|
||||
|
15863
package-lock.json
generated
15863
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
72
package.json
72
package.json
@ -56,17 +56,17 @@
|
||||
"workspace-generator": "nx workspace-generator"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "19.0.5",
|
||||
"@angular/cdk": "19.0.4",
|
||||
"@angular/common": "19.0.5",
|
||||
"@angular/compiler": "19.0.5",
|
||||
"@angular/core": "19.0.5",
|
||||
"@angular/forms": "19.0.5",
|
||||
"@angular/material": "19.0.4",
|
||||
"@angular/platform-browser": "19.0.5",
|
||||
"@angular/platform-browser-dynamic": "19.0.5",
|
||||
"@angular/router": "19.0.5",
|
||||
"@angular/service-worker": "19.0.5",
|
||||
"@angular/animations": "19.2.1",
|
||||
"@angular/cdk": "19.2.2",
|
||||
"@angular/common": "19.2.1",
|
||||
"@angular/compiler": "19.2.1",
|
||||
"@angular/core": "19.2.1",
|
||||
"@angular/forms": "19.2.1",
|
||||
"@angular/material": "19.2.2",
|
||||
"@angular/platform-browser": "19.2.1",
|
||||
"@angular/platform-browser-dynamic": "19.2.1",
|
||||
"@angular/router": "19.2.1",
|
||||
"@angular/service-worker": "19.2.1",
|
||||
"@codewithdan/observable-store": "2.2.15",
|
||||
"@dfinity/agent": "0.15.7",
|
||||
"@dfinity/auth-client": "0.15.7",
|
||||
@ -139,33 +139,33 @@
|
||||
"zone.js": "0.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "19.0.6",
|
||||
"@angular-devkit/core": "19.0.6",
|
||||
"@angular-devkit/schematics": "19.0.6",
|
||||
"@angular-eslint/eslint-plugin": "19.0.2",
|
||||
"@angular-eslint/eslint-plugin-template": "19.0.2",
|
||||
"@angular-eslint/template-parser": "19.0.2",
|
||||
"@angular/cli": "19.0.6",
|
||||
"@angular/compiler-cli": "19.0.5",
|
||||
"@angular/language-service": "19.0.5",
|
||||
"@angular/localize": "19.0.5",
|
||||
"@angular/pwa": "19.0.6",
|
||||
"@angular-devkit/build-angular": "19.2.1",
|
||||
"@angular-devkit/core": "19.2.1",
|
||||
"@angular-devkit/schematics": "19.2.1",
|
||||
"@angular-eslint/eslint-plugin": "19.2.1",
|
||||
"@angular-eslint/eslint-plugin-template": "19.2.1",
|
||||
"@angular-eslint/template-parser": "19.2.1",
|
||||
"@angular/cli": "19.2.1",
|
||||
"@angular/compiler-cli": "19.2.1",
|
||||
"@angular/language-service": "19.2.1",
|
||||
"@angular/localize": "19.2.1",
|
||||
"@angular/pwa": "19.2.1",
|
||||
"@eslint/eslintrc": "3.2.0",
|
||||
"@eslint/js": "9.18.0",
|
||||
"@nestjs/schematics": "10.2.3",
|
||||
"@nestjs/testing": "10.4.15",
|
||||
"@nx/angular": "20.3.2",
|
||||
"@nx/cypress": "20.3.2",
|
||||
"@nx/eslint-plugin": "20.3.2",
|
||||
"@nx/jest": "20.3.2",
|
||||
"@nx/js": "20.3.2",
|
||||
"@nx/module-federation": "20.3.2",
|
||||
"@nx/nest": "20.3.2",
|
||||
"@nx/node": "20.3.2",
|
||||
"@nx/storybook": "20.3.2",
|
||||
"@nx/web": "20.3.2",
|
||||
"@nx/workspace": "20.3.2",
|
||||
"@schematics/angular": "19.0.6",
|
||||
"@nx/angular": "20.5.0",
|
||||
"@nx/cypress": "20.5.0",
|
||||
"@nx/eslint-plugin": "20.5.0",
|
||||
"@nx/jest": "20.5.0",
|
||||
"@nx/js": "20.5.0",
|
||||
"@nx/module-federation": "20.5.0",
|
||||
"@nx/nest": "20.5.0",
|
||||
"@nx/node": "20.5.0",
|
||||
"@nx/storybook": "20.5.0",
|
||||
"@nx/web": "20.5.0",
|
||||
"@nx/workspace": "20.5.0",
|
||||
"@schematics/angular": "19.2.1",
|
||||
"@storybook/addon-essentials": "8.4.7",
|
||||
"@storybook/addon-interactions": "8.4.7",
|
||||
"@storybook/angular": "8.4.7",
|
||||
@ -192,7 +192,7 @@
|
||||
"jest": "29.7.0",
|
||||
"jest-environment-jsdom": "29.7.0",
|
||||
"jest-preset-angular": "14.4.2",
|
||||
"nx": "20.3.2",
|
||||
"nx": "20.5.0",
|
||||
"prettier": "3.5.1",
|
||||
"prettier-plugin-organize-attributes": "1.0.0",
|
||||
"prisma": "6.4.1",
|
||||
@ -204,7 +204,7 @@
|
||||
"ts-jest": "29.1.0",
|
||||
"ts-node": "10.9.2",
|
||||
"tslib": "2.8.1",
|
||||
"typescript": "5.6.3",
|
||||
"typescript": "5.7.3",
|
||||
"webpack-bundle-analyzer": "4.10.2"
|
||||
},
|
||||
"engines": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user