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,11 +12,11 @@
},
"peerDependencies": {
"@angular/core": ">=14.0.0",
"@farmmaps/ngx-openlayers": "file:dist/ngx-openlayers",
"@ngrx/effects": ">=14.0.0",
"@ngrx/router-store": ">=14.0.0",
"@ngrx/store": ">=14.0.0",
"ngrx-store-localstorage": ">=14.0.0",
"ngx-openlayers": "file:dist/ngx-openlayers",
"ol": ">=6.8.1",
"tassign": ">=1.0.0"
}