Aw5739 Prepare migration to v16: Use supported version of TypeScript

This commit is contained in:
2024-01-08 14:19:52 +01:00
parent 778e40a26d
commit 3da646dc4d
7 changed files with 36 additions and 19 deletions

View File

@@ -12,15 +12,15 @@
"@angular/core": ">=14.0.0",
"@angular/forms": ">=14.0.0",
"@microsoft/signalr": ">=3.1.3",
"@ng-bootstrap/ng-bootstrap": ">=10.0.0",
"@ng-bootstrap/ng-bootstrap": ">=15.0.0",
"@ngrx/effects": ">=14.0.0",
"@ngrx/router-store": ">=14.0.0",
"@ngrx/store": ">=14.0.0",
"angular-oauth2-oidc": ">=13.0.0",
"bootstrap": ">=4.4.1",
"moment": ">=2.27.0",
"ngx-avatars": ">=1.5.0",
"ngx-clipboard": ">=14.0.1",
"ngx-avatars": "1.4.0",
"ngx-clipboard": ">=15.1.0",
"ngx-image-cropper": ">=3.3.5",
"ngx-uploadx": ">=5.1.0",
"tassign": ">=1.0.0"

View File

@@ -5,7 +5,7 @@
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
},
"peerDependencies": {
"@ng-bootstrap/ng-bootstrap": ">=10.0.0",
"@ng-bootstrap/ng-bootstrap": ">=14.0.0",
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0",
"@angular/forms": ">=14.0.0",