update peer dependencies

AW-4620
Willem Dantuma 2022-08-19 20:59:51 +02:00
parent 897ac3dab5
commit a767502d66
3 changed files with 13 additions and 13 deletions

View File

@ -8,11 +8,11 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/core": "~12.2.8",
"ngrx-store-localstorage": "^12.0",
"@ngrx/effects": "^12.0",
"@ngrx/router-store":"^12.0",
"@ngrx/store":"^12.0",
"@angular/core": "~13",
"ngrx-store-localstorage": "^13",
"@ngrx/effects": "^13",
"@ngrx/router-store":"^13",
"@ngrx/store":"^13",
"tassign": "^1.0.0",
"@farmmaps/common": "~2.0",
"ngx-openlayers": "1.0.0-next.19",

View File

@ -5,8 +5,8 @@
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
},
"peerDependencies": {
"@angular/common": "~12.2.8",
"@angular/core": "~12.2.8",
"@angular/common": "~13",
"@angular/core": "~13",
"ngx-openlayers": "1.0.0-next.19",
"cesium": "^1.82.1",
"ol-cesium": "^2.13.0"

View File

@ -6,12 +6,12 @@
},
"peerDependencies": {
"@ng-bootstrap/ng-bootstrap": "^7.0",
"@angular/common": "~12.2.8",
"@angular/core": "~12.2.8",
"@angular/forms": "~12.2.8",
"@ngrx/effects": "^12.0",
"@ngrx/router-store": "^12.0",
"@ngrx/store": "^12.0",
"@angular/common": "~13",
"@angular/core": "~13",
"@angular/forms": "~13",
"@ngrx/effects": "^13",
"@ngrx/router-store": "^13",
"@ngrx/store": "^13",
"tassign": "^1.0.0",
"bootstrap": "^4.4.1",
"@microsoft/signalr": "^3.1.3",