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" "tslib": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/core": "~14.0.0", "@angular/core": ">=14.0.0",
"ngrx-store-localstorage": "^14.0.0", "ngrx-store-localstorage": ">=14.0.0",
"@ngrx/effects": "^14.0.0", "@ngrx/effects": ">=14.0.0",
"@ngrx/router-store":"^14.0.0", "@ngrx/router-store":">=14.0.0",
"@ngrx/store":"^14.0.0", "@ngrx/store":">=14.0.0",
"tassign": "^1.0.0", "tassign": ">=1.0.0",
"@farmmaps/common": ">=2.0.0", "@farmmaps/common": ">=2.0.0",
"ngx-openlayers": "1.0.0-next.19", "ngx-openlayers": ">=1.0.0-next.19",
"ol": "6.8.1" "ol": ">=6.8.1"
} }
} }

View File

@ -5,11 +5,11 @@
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/" "registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": "^14.0.0", "@angular/common": ">=14.0.0",
"@angular/core": "^14.0.0", "@angular/core": ">=14.0.0",
"ngx-openlayers": "1.0.0-next.19", "ngx-openlayers": "1.0.0-next.19",
"cesium": "^1.82.1", "cesium": ">=1.82.1",
"ol-cesium": "^2.13.0" "ol-cesium": ">=2.13.0"
}, },
"dependencies": { "dependencies": {
"tslib": "^2.0.0" "tslib": "^2.0.0"

View File

@ -6,20 +6,20 @@
}, },
"peerDependencies": { "peerDependencies": {
"@ng-bootstrap/ng-bootstrap": ">=10.0.0", "@ng-bootstrap/ng-bootstrap": ">=10.0.0",
"@angular/common": "^14.0.0", "@angular/common": ">=14.0.0",
"@angular/core": "^14.0.0", "@angular/core": ">=14.0.0",
"@angular/forms": "^14", "@angular/forms": ">=14.0.0",
"@ngrx/effects": "^14.0.0", "@ngrx/effects": ">=14.0.0",
"@ngrx/router-store": "^14.0.0", "@ngrx/router-store": ">=14.0.0",
"@ngrx/store": "^14.0.0", "@ngrx/store": ">=14.0.0",
"tassign": "^1.0.0", "tassign": ">=1.0.0",
"bootstrap": "^4.4.1", "bootstrap": ">=4.4.1",
"@microsoft/signalr": "^3.1.3", "@microsoft/signalr": ">=3.1.3",
"ngx-uploadx": "^5.2.0", "ngx-uploadx": ">=5.1.0",
"angular-oauth2-oidc": "^13", "angular-oauth2-oidc": ">=13.0.0",
"moment": "^2.27.0", "moment": ">=2.27.0",
"ngx-avatar": "^4.1.0", "ngx-avatar": ">=4.1.0",
"ngx-image-cropper": "^3.3.5", "ngx-image-cropper": ">=3.3.5",
"ngx-clipboard": "^14.0.1" "ngx-clipboard": ">=14.0.1"
} }
} }