Update Angular Packages

This commit is contained in:
Lorenz Hilpert
2023-08-01 16:18:04 +02:00
parent 8aafee672e
commit 33904e9d26
23 changed files with 6109 additions and 3571 deletions

View File

@@ -62,17 +62,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/animations": "^16.1.7",
"@angular/cdk": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/localize": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@angular/service-worker": "^15.0.0",
"@angular/common": "^16.1.7",
"@angular/compiler": "^16.1.7",
"@angular/core": "^16.1.7",
"@angular/forms": "^16.1.7",
"@angular/localize": "^16.1.7",
"@angular/platform-browser": "^16.1.7",
"@angular/platform-browser-dynamic": "^16.1.7",
"@angular/router": "^16.1.7",
"@angular/service-worker": "^16.1.7",
"@mdi/js": "^7.0.96",
"@microsoft/signalr": "^7.0.0",
"@ngrx/component-store": "^15.0.0",
@@ -98,10 +98,10 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/language-service": "^15.0.0",
"@angular-devkit/build-angular": "^16.1.6",
"@angular/cli": "^16.1.6",
"@angular/compiler-cli": "^16.1.7",
"@angular/language-service": "^16.1.7",
"@ngneat/spectator": "^12.2.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
@@ -124,7 +124,7 @@
"karma-jasmine-html-reporter": "^1.5.0",
"karma-junit-reporter": "^2.0.1",
"ng-mocks": "^14.3.3",
"ng-packagr": "^15.0.0",
"ng-packagr": "^16.1.0",
"ng-swagger-gen": "^2.3.1",
"ngrx-store-freeze": "^0.2.4",
"npm-run-all": "^4.1.5",
@@ -146,4 +146,4 @@
"node": "18.x",
"npm": "8.x"
}
}
}