Revert "AW6241 Fix build"
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit

This reverts commit 749be159f1.
This commit is contained in:
2024-09-06 09:17:25 +02:00
parent 2da783d6be
commit cefa788295
3 changed files with 18 additions and 8 deletions

View File

@@ -12,9 +12,10 @@
},
"peerDependencies": {
"@angular/core": "^18.2.3",
"@ngrx/effects": "^18.0.2",
"@ngrx/router-store": "^18.0.2",
"@ngrx/store": "^18.0.2",
"@ngrx/effects": "^18",
"@ngrx/router-store": "^18",
"@ngrx/store": "^18",
"ng-openlayers": "file:dist/ng-openlayers",
"ngrx-store-localstorage": "^18",
"tassign": "^1.0.0"
}
@@ -33,7 +34,7 @@
}
},
"dist/ng-openlayers": {
"extraneous": true
"peer": true
},
"node_modules/@angular/common": {
"version": "18.2.3",
@@ -172,6 +173,10 @@
"node": ">=0.10.0"
}
},
"node_modules/ng-openlayers": {
"resolved": "dist/ng-openlayers",
"link": true
},
"node_modules/ngrx-store-localstorage": {
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/ngrx-store-localstorage/-/ngrx-store-localstorage-18.0.0.tgz",