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

@@ -0,0 +1,17 @@
{
"name": "ngx-openlayers",
"version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ngx-openlayers",
"version": "2.0.0",
"peerDependencies": {
"@angular/common": ">=14.x.x",
"@angular/core": ">=14.x.x",
"ol": "^6.0.0"
}
}
}
}