updated leaflet version and tree-shaked deps

This commit is contained in:
Fedor Katurov 2020-01-16 17:08:55 +07:00
parent 973f934614
commit d8d448bcf7
7 changed files with 22 additions and 10 deletions

8
package-lock.json generated
View file

@ -7943,9 +7943,9 @@
}
},
"leaflet": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.4.0.tgz",
"integrity": "sha512-x9j9tGY1+PDLN9pcWTx9/y6C5nezoTMB8BLK5jTakx+H7bPlnbCHfi9Hjg+Qt36sgDz/cb9lrSpNQXmk45Tvhw=="
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.6.0.tgz",
"integrity": "sha512-CPkhyqWUKZKFJ6K8umN5/D2wrJ2+/8UIpXppY7QDnUZW5bZL5+SEI2J7GBpwh4LIupOKqbNSQXgqmrEJopHVNQ=="
},
"leaflet-editable": {
"version": "1.2.0",
@ -7960,7 +7960,7 @@
"resolved": "https://registry.npmjs.org/leaflet-geometryutil/-/leaflet-geometryutil-0.9.1.tgz",
"integrity": "sha512-DKYLzFBsEcmZSl1fXLM+Pd+7t5IHmY6Ps7XeSnWL1ngr1qxQfcVzhkJT9gxfZrmFWiL96c23xQ0aLcHocV2tVA==",
"requires": {
"leaflet": "1.4.0"
"leaflet": "1.6.0"
}
},
"leaflet-routing-machine": {