MAPG-127 add leaflet.markercluster to yarn dependencies

This commit is contained in:
Bence Pőcze 2020-06-11 23:22:26 +02:00
parent d6f34b916e
commit 420ed400a6
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{
"dependencies": {
"leaflet": "^1.6.0"
"leaflet": "^1.6.0",
"leaflet.markercluster": "^1.4.1"
}
}

View File

@ -2,6 +2,11 @@
# yarn lockfile v1
leaflet.markercluster@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/leaflet.markercluster/-/leaflet.markercluster-1.4.1.tgz#b53f2c4f2ca7306ddab1dbb6f1861d5e8aa6c5e5"
integrity sha512-ZSEpE/EFApR0bJ1w/dUGwTSUvWlpalKqIzkaYdYB7jaftQA/Y2Jav+eT4CMtEYFj+ZK4mswP13Q2acnPBnhGOw==
leaflet@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.6.0.tgz#aecbb044b949ec29469eeb31c77a88e2f448f308"