From 4833192388ec73f6a4d79d11c9beb853d21a5e6a Mon Sep 17 00:00:00 2001 From: Johan Roxendal Date: Mon, 17 Aug 2020 11:41:31 +0200 Subject: [PATCH] move leaflet to peerdeps --- package.json | 2 +- yarn.lock | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 6ce1836..4dfc725 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,11 @@ "name": "geokorp", "version": "1.3.0", "dependencies": { - "leaflet": "^1.6.0", "leaflet-providers": "^1.9.1", "leaflet.markercluster": "^1.4.1" }, "peerDependencies": { + "leaflet": "^1.6.0", "angular": "~1.7.0", "lodash": "^4.17.12", "moment": "^2.20.0" diff --git a/yarn.lock b/yarn.lock index 6a81b32..53fc7e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2876,11 +2876,6 @@ leaflet.markercluster@^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" - integrity sha512-CPkhyqWUKZKFJ6K8umN5/D2wrJ2+/8UIpXppY7QDnUZW5bZL5+SEI2J7GBpwh4LIupOKqbNSQXgqmrEJopHVNQ== - load-grunt-tasks@^3.1.0: version "3.5.2" resolved "https://registry.yarnpkg.com/load-grunt-tasks/-/load-grunt-tasks-3.5.2.tgz#0728561180fd20ff8a6927505852fc58aaea0c88"