Skip to content

Commit

Permalink
fix: maps-gl upgrade to add map click event (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
turban authored Dec 2, 2020
1 parent 53ae877 commit fbfc89f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@dhis2/d2-ui-interpretations": "^7.0.8",
"@dhis2/d2-ui-org-unit-dialog": "^7.0.8",
"@dhis2/d2-ui-org-unit-tree": "^7.0.8",
"@dhis2/maps-gl": "^1.3.3",
"@dhis2/maps-gl": "^1.3.5",
"@dhis2/ui": "^5.7.8",
"@material-ui/icons": "^4.9.1",
"abortcontroller-polyfill": "^1.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,10 @@
react-select "^2.0.0"
rxjs "^5.5.7"

"@dhis2/maps-gl@^1.3.3":
version "1.3.4"
resolved "https://registry.yarnpkg.com/@dhis2/maps-gl/-/maps-gl-1.3.4.tgz#a5264ab3222ae1165d24e409b2715919c79a64e0"
integrity sha512-oKbNtEFdnYUvxbfZqom+IhZjbSW4lF5sK9eUUUIZHQsN5rUhVNFTzzKoFCrq7Covv2KOgNuXR8gXNFE/zHlv7g==
"@dhis2/maps-gl@^1.3.5":
version "1.3.5"
resolved "https://registry.yarnpkg.com/@dhis2/maps-gl/-/maps-gl-1.3.5.tgz#1df0555bfa1019c671acf852733b5d8da3091bf4"
integrity sha512-sogjIR2JLGisDf6cIY2wAYx2nGNwS690RpkmGvzrGPIUGN3BK2sIag+CFe6OmonDX+kEdfY3HUnnK7168W0MkA==
dependencies:
"@mapbox/sphericalmercator" "^1.1.0"
"@turf/area" "^6.0.1"
Expand Down

0 comments on commit fbfc89f

Please sign in to comment.