chore: update to v15

This commit is contained in:
thomas
2022-12-02 09:28:07 +01:00
parent 2d61342db5
commit 9648414f83
23 changed files with 8474 additions and 18924 deletions

View File

@@ -12,60 +12,63 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~14.2.0",
"@angular/cdk": "^14.2.7",
"@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0",
"@angular/core": "~14.2.0",
"@angular/forms": "~14.2.0",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~14.2.0",
"@angular/router": "~14.2.0",
"@angular/animations": "15.0.2",
"@angular/cdk": "15.0.1",
"@angular/common": "15.0.2",
"@angular/compiler": "15.0.2",
"@angular/core": "15.0.2",
"@angular/forms": "15.0.2",
"@angular/material": "15.0.1",
"@angular/platform-browser": "15.0.2",
"@angular/platform-browser-dynamic": "15.0.2",
"@angular/router": "15.0.2",
"@hirez_io/observer-spy": "^2.2.0",
"@ngneat/falso": "^6.1.0",
"@ngrx/component-store": "^14.3.2",
"@ngrx/effects": "^14.3.2",
"@ngrx/entity": "^14.3.2",
"@ngrx/router-store": "^14.3.2",
"@ngrx/store": "^14.3.2",
"@nrwl/angular": "15.0.7",
"@ngrx/component-store": "15.0.0",
"@ngrx/effects": "15.0.0",
"@ngrx/entity": "15.0.0",
"@ngrx/router-store": "15.0.0",
"@ngrx/store": "15.0.0",
"@nrwl/angular": "15.2.4",
"rxjs": "~7.5.0",
"tailwindcss": "^3.2.1",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.2.0",
"@angular-eslint/eslint-plugin": "~14.0.4",
"@angular-eslint/eslint-plugin-template": "~14.0.4",
"@angular-eslint/template-parser": "~14.0.4",
"@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~14.2.0",
"@angular/language-service": "~14.2.0",
"@angular-devkit/build-angular": "15.0.2",
"@angular-devkit/core": "15.0.2",
"@angular-devkit/schematics": "15.0.2",
"@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/template-parser": "15.1.0",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "15.0.2",
"@angular/language-service": "15.0.2",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@ngrx/schematics": "^14.3.2",
"@nrwl/cli": "15.0.7",
"@nrwl/cypress": "15.0.7",
"@nrwl/eslint-plugin-nx": "15.0.7",
"@nrwl/jest": "15.0.7",
"@nrwl/linter": "15.0.7",
"@nrwl/workspace": "15.0.7",
"@ngrx/schematics": "15.0.0",
"@nrwl/cli": "15.2.4",
"@nrwl/cypress": "15.2.4",
"@nrwl/devkit": "15.2.4",
"@nrwl/eslint-plugin-nx": "15.2.4",
"@nrwl/jest": "15.2.4",
"@nrwl/linter": "15.2.4",
"@nrwl/workspace": "15.2.4",
"@types/jest": "28.1.1",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"cypress": "^10.7.0",
"cypress": "^11.0.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"husky": "^8.0.2",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "~12.2.2",
"jest-preset-angular": "12.2.3",
"lint-staged": "^13.0.3",
"nx": "15.0.7",
"nx": "15.2.4",
"prettier": "^2.6.2",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",