AW-6046 Open layers 8
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit

This commit is contained in:
2024-04-09 12:36:39 +02:00
parent 1125f4586e
commit 4a685d675d
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
"@ngrx/store": "^16",
"ng-openlayers": "file:dist/ng-openlayers",
"ngrx-store-localstorage": "16.0.0",
"ol": ">=6.8.1",
"ol": "^8.2.0",
"tassign": ">1.0.0"
}
},

View File

@@ -15,6 +15,6 @@
"@ngrx/store": "^16",
"tassign": ">1.0.0",
"ng-openlayers": "file:dist/ng-openlayers",
"ol": ">=6.8.1"
"ol": "^8.2.0"
}
}