Skip to content

Commit

Permalink
feat(libs): upgrade librairies (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau authored and Marc-André Barbeau committed Sep 8, 2020
1 parent 1d083f4 commit 5b64138
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
50 changes: 50 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export class FeatureStoreSelectionStrategy extends EntityStoreStrategy {
const reverse = !exclusive;
const olFeatures = event.map.getFeaturesAtPixel(event.pixel, {
hitTolerance: this.options.hitTolerance || 0,
layerFilter: (olLayer) => {
layerFilter: olLayer => {
const storeOlLayer = this.stores.find((store: FeatureStore) => {
return store.layer.ol === olLayer;
});
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"url": "https://github.com/infra-geo-ouverte/igo2-lib/issues"
},
"dependencies": {
<<<<<<< HEAD
"bowser": "^2.10.0",
=======
"bowser": "^1.9.2",
>>>>>>> feat(libs): upgrade librairies (#696)
"tslib": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 5b64138

Please sign in to comment.