feat: upgrade nx and angular

This commit is contained in:
thomas
2024-03-25 18:02:23 +01:00
parent 7082d31697
commit e42a40ef3d
65 changed files with 4636 additions and 3432 deletions

View File

@@ -12,24 +12,24 @@
},
"private": true,
"dependencies": {
"@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",
"@angular/animations": "17.3.1",
"@angular/cdk": "17.3.1",
"@angular/common": "17.3.1",
"@angular/compiler": "17.3.1",
"@angular/core": "17.3.1",
"@angular/forms": "17.3.1",
"@angular/material": "17.3.1",
"@angular/platform-browser": "17.3.1",
"@angular/platform-browser-dynamic": "17.3.1",
"@angular/router": "17.3.1",
"@ngneat/falso": "^6.4.0",
"@ngrx/component": "17.0.1",
"@ngrx/component-store": "17.0.1",
"@ngrx/effects": "17.0.1",
"@ngrx/entity": "17.0.1",
"@ngrx/router-store": "17.0.1",
"@ngrx/store": "17.0.1",
"@nx/angular": "17.2.8",
"@ngrx/component": "17.1.1",
"@ngrx/component-store": "17.1.1",
"@ngrx/effects": "17.1.1",
"@ngrx/entity": "17.1.1",
"@ngrx/router-store": "17.1.1",
"@ngrx/store": "17.1.1",
"@nx/angular": "18.1.3",
"@rx-angular/cdk": "^17.0.0",
"@rx-angular/state": "^17.0.0",
"@rx-angular/template": "^17.0.0",
@@ -41,30 +41,30 @@
"zone.js": "0.14.2"
},
"devDependencies": {
"@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.1.0",
"@angular/compiler-cli": "17.1.0",
"@angular/language-service": "17.1.0",
"@angular-devkit/build-angular": "17.3.2",
"@angular-devkit/core": "17.3.2",
"@angular-devkit/schematics": "17.3.2",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "~17.2.0",
"@angular/compiler-cli": "17.3.1",
"@angular/language-service": "17.3.1",
"@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.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",
"@nx/cypress": "18.1.3",
"@nx/devkit": "18.1.3",
"@nx/eslint": "18.1.3",
"@nx/eslint-plugin": "18.1.3",
"@nx/jest": "18.1.3",
"@nx/js": "18.1.3",
"@nx/plugin": "18.1.3",
"@nx/workspace": "18.1.3",
"@schematics/angular": "17.2.3",
"@swc-node/register": "1.8.0",
"@swc/cli": "~0.1.62",
"@swc/core": "1.3.94",
"@tanstack/angular-query-devtools-experimental": "^5.12.1",
@@ -74,10 +74,11 @@
"@testing-library/user-event": "^14.5.1",
"@types/jest": "29.4.0",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"all-contributors-cli": "^6.26.1",
"cypress": "^13.6.2",
"autoprefixer": "^10.4.0",
"cypress": "^13.6.6",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.15.1",
@@ -85,23 +86,23 @@
"husky": "^8.0.2",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-preset-angular": "13.1.4",
"jest-preset-angular": "14.0.3",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^13.0.3",
"ng-packagr": "17.0.1",
"nx": "17.2.8",
"ng-packagr": "17.2.1",
"nx": "18.1.3",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.9",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.12",
"source-map-explorer": "^2.5.3",
"testing-library-selector": "^0.3.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"lint-staged": {
"*.{ts,json,md}": [