AW6241 Fix peer deps
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2024-09-06 08:52:56 +02:00
parent 5cdef30c71
commit 45263a59f4
4 changed files with 8 additions and 10 deletions

View File

@@ -10,8 +10,7 @@
"peerDependencies": {
"@angular/common": "^18.2.3",
"@angular/core": "^18.2.3",
"ng-openlayers": "file:dist/ng-openlayers",
"cesium": ">=1.82.1",
"cesium": "^1.97.0",
"ol-cesium": ">=2.13.0"
}
}