Make peer dependencies more permissive
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2022-08-31 11:04:49 +02:00
parent 5631d23355
commit eb0e928c6f
3 changed files with 27 additions and 27 deletions

View File

@@ -8,14 +8,14 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/core": "~14.0.0",
"ngrx-store-localstorage": "^14.0.0",
"@ngrx/effects": "^14.0.0",
"@ngrx/router-store":"^14.0.0",
"@ngrx/store":"^14.0.0",
"tassign": "^1.0.0",
"@angular/core": ">=14.0.0",
"ngrx-store-localstorage": ">=14.0.0",
"@ngrx/effects": ">=14.0.0",
"@ngrx/router-store":">=14.0.0",
"@ngrx/store":">=14.0.0",
"tassign": ">=1.0.0",
"@farmmaps/common": ">=2.0.0",
"ngx-openlayers": "1.0.0-next.19",
"ol": "6.8.1"
"ngx-openlayers": ">=1.0.0-next.19",
"ol": ">=6.8.1"
}
}