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

This commit is contained in:
2024-09-06 09:30:03 +02:00
parent cefa788295
commit 8efa46fa66
4 changed files with 18 additions and 54 deletions

View File

@@ -12,10 +12,9 @@
},
"peerDependencies": {
"@angular/core": "^18.2.3",
"@ngrx/effects": "^18",
"@ngrx/router-store": "^18",
"@ngrx/store": "^18",
"ng-openlayers": "file:dist/ng-openlayers",
"@ngrx/effects": "^18.0.2",
"@ngrx/router-store": "^18.0.2",
"@ngrx/store": "^18.0.2",
"ngrx-store-localstorage": "^18",
"tassign": "^1.0.0"
}
@@ -34,7 +33,7 @@
}
},
"dist/ng-openlayers": {
"peer": true
"extraneous": true
},
"node_modules/@angular/common": {
"version": "18.2.3",
@@ -173,10 +172,6 @@
"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",

View File

@@ -19,8 +19,8 @@
"angular-oauth2-oidc": "^17.0.2",
"bootstrap": "^5.3.3",
"moment": "^2.29.4",
"ngx-avatars": "1.8.0",
"ngx-clipboard": "16.0.0",
"ngx-avatars": "^1.8.0",
"ngx-clipboard": "^16.0.0",
"ngx-image-cropper": "^7.0.0",
"ngx-uploadx": "^6.2.0",
"tassign": "^1.0.0"