feat: upgrade to nx latest and angular 17.1.0

This commit is contained in:
thomas
2024-01-18 08:50:07 +01:00
parent 6e708485ad
commit ef1f6b644c
2 changed files with 1647 additions and 3081 deletions

View File

@@ -12,16 +12,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "17.0.8",
"@angular/cdk": "17.0.4",
"@angular/common": "17.0.8",
"@angular/compiler": "17.0.8",
"@angular/core": "17.0.8",
"@angular/forms": "17.0.8",
"@angular/material": "17.0.4",
"@angular/platform-browser": "17.0.8",
"@angular/platform-browser-dynamic": "17.0.8",
"@angular/router": "17.0.8",
"@angular/animations": "17.1.0",
"@angular/cdk": "17.1.0",
"@angular/common": "17.1.0",
"@angular/compiler": "17.1.0",
"@angular/core": "17.1.0",
"@angular/forms": "17.1.0",
"@angular/material": "17.1.0",
"@angular/platform-browser": "17.1.0",
"@angular/platform-browser-dynamic": "17.1.0",
"@angular/router": "17.1.0",
"@ngneat/falso": "^6.4.0",
"@ngrx/component": "17.0.1",
"@ngrx/component-store": "17.0.1",
@@ -29,7 +29,7 @@
"@ngrx/entity": "17.0.1",
"@ngrx/router-store": "17.0.1",
"@ngrx/store": "17.0.1",
"@nx/angular": "17.2.7",
"@nx/angular": "17.2.8",
"@rx-angular/cdk": "^17.0.0",
"@rx-angular/state": "^17.0.0",
"@rx-angular/template": "^17.0.0",
@@ -41,28 +41,28 @@
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.8",
"@angular-devkit/core": "17.0.8",
"@angular-devkit/schematics": "17.0.8",
"@angular-devkit/build-angular": "17.1.0",
"@angular-devkit/core": "17.1.0",
"@angular-devkit/schematics": "17.1.0",
"@angular-eslint/eslint-plugin": "17.1.1",
"@angular-eslint/eslint-plugin-template": "17.1.1",
"@angular-eslint/template-parser": "17.1.1",
"@angular/cli": "17.0.8",
"@angular/compiler-cli": "17.0.8",
"@angular/language-service": "17.0.8",
"@angular/cli": "17.1.0",
"@angular/compiler-cli": "17.1.0",
"@angular/language-service": "17.1.0",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@cypress/webpack-dev-server": "^2.0.0",
"@hirez_io/observer-spy": "^2.2.0",
"@ngrx/schematics": "17.0.1",
"@nx/cypress": "17.2.7",
"@nx/devkit": "17.2.7",
"@nx/eslint": "17.2.7",
"@nx/eslint-plugin": "17.2.7",
"@nx/jest": "17.2.7",
"@nx/js": "17.2.7",
"@nx/plugin": "17.2.7",
"@nx/workspace": "17.2.7",
"@nx/cypress": "17.2.8",
"@nx/devkit": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@nx/plugin": "17.2.8",
"@nx/workspace": "17.2.8",
"@schematics/angular": "17.0.1",
"@swc-node/register": "1.6.8",
"@swc/cli": "~0.1.62",
@@ -89,7 +89,7 @@
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^13.0.3",
"ng-packagr": "17.0.1",
"nx": "17.2.7",
"nx": "17.2.8",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",