Aw5739 Update to Angular v16

This commit is contained in:
2023-12-29 14:10:07 +01:00
parent 18381975ef
commit 56be829faa
16 changed files with 5570 additions and 7524 deletions

View File

@@ -8,13 +8,13 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/core": ">=15.0.0",
"ngrx-store-localstorage": ">=15.0.0",
"@ngrx/effects": ">=15.0.0",
"@ngrx/router-store":">=15.0.0",
"@ngrx/store":">=15.0.0",
"@angular/core": ">=16.0.0",
"ngrx-store-localstorage": ">=16.0.0",
"@ngrx/effects": ">=16.0.0",
"@ngrx/router-store":">=16.0.0",
"@ngrx/store":">=16.0.0",
"tassign": ">=1.0.0",
"ngx-openlayers": "4.2.0-prerelease.2414",
"ngx-openlayers": "file:dist/ngx-openlayers",
"ol": ">=6.8.1"
}
}