From 979954e66a732fc1bc7b2a7f5b6d4988bcfa1cb1 Mon Sep 17 00:00:00 2001 From: hellekin Date: Tue, 10 Nov 2020 23:45:44 +0100 Subject: Add Leaflet through yarn --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 241e4f3..101fb8b 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "@rails/activestorage": "^6.0.0", "@rails/ujs": "^6.0.0", "@rails/webpacker": "4.3.0", + "leaflet": "^1.7.1", "stimulus": "^1.1.1", "turbolinks": "^5.2.0" }, diff --git a/yarn.lock b/yarn.lock index 48e4a85..a060ead 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4160,6 +4160,11 @@ last-call-webpack-plugin@^3.0.0: lodash "^4.17.5" webpack-sources "^1.1.0" +leaflet@^1.7.1: + version "1.7.1" + resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.7.1.tgz#10d684916edfe1bf41d688a3b97127c0322a2a19" + integrity sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw== + leven@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" -- cgit v1.2.3