From 82761f1ca8f787f4b9c2d226c5c1a1a66fec64b5 Mon Sep 17 00:00:00 2001 From: David Manzanares Date: Wed, 31 Jan 2018 18:49:35 +0100 Subject: [PATCH] Use Leaflet 1.3.1 --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9c25b7159f..9bcd5a025e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1214,9 +1214,9 @@ "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz" }, "leaflet": { - "version": "1.2.0", - "from": "leaflet@1.2.0", - "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.2.0.tgz" + "version": "1.3.1", + "from": "leaflet@1.3.1", + "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.3.1.tgz" }, "lexical-scope": { "version": "1.2.0", diff --git a/package.json b/package.json index 9bf83a1926..50ace8b471 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "fastclick": "^1.0.6", "html-webpack-plugin": "^2.30.1", "jquery": "2.1.4", - "leaflet": "1.2.0", + "leaflet": "1.3.1", "moment": "2.18.1", "moment-timezone": "^0.5.13", "node-polyglot": "1.0.0",