Updated ol to6.2.1

This commit is contained in:
Willem Dantuma
2020-04-01 09:19:19 +02:00
parent c9d1fba36d
commit a5a7e1ece1
2 changed files with 17 additions and 17 deletions

View File

@@ -6,14 +6,14 @@
},
"dependencies": {
"ngx-openlayers": "1.0.0-next.13",
"ol": "6.1.1"
"ol": "6.2.1"
},
"peerDependencies": {
"@angular/core": "^8.2.0",
"ngrx-store-localstorage": "^8.0.0",
"@ngrx/effects": "^8.2",
"@ngrx/router-store": "^8.2",
"@ngrx/store": "^8.2",
"@angular/core": "^9.1.0",
"ngrx-store-localstorage": "^9.0",
"@ngrx/effects": "^9.0",
"@ngrx/router-store": "^9.0",
"@ngrx/store": "^9.0",
"tassign": "^1.0.0",
"@farmmaps/common": ">=0.0.1-prerelease.181 <0.0.1"
}