Update leaflet

This commit is contained in:
James Lyne 2022-06-17 12:58:43 +01:00
parent 8666f87383
commit fdd6ea96cb
2 changed files with 8 additions and 6 deletions

12
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@kyvg/vue3-notification": "2.3.0",
"@soerenmartius/vue3-clipboard": "^0.1",
"leaflet": "git+https://github.com/JLyne/Leaflet.git#24d74a6a680401ae27d0c1c2ecc7dd770fc3d9fc",
"leaflet": "git+https://github.com/JLyne/Leaflet.git#843eb3124492dc48245cd187c6dc94c2f33b65c1",
"lodash.debounce": "^4.0.8",
"modern-normalize": "^1.1.0",
"vue": "^3.2.36",
@ -7339,8 +7339,9 @@
}
},
"node_modules/leaflet": {
"version": "1.7.1-LiveAtlas",
"resolved": "git+ssh://git@github.com/JLyne/Leaflet.git#24d74a6a680401ae27d0c1c2ecc7dd770fc3d9fc",
"version": "1.8.0-LiveAtlas",
"resolved": "git+ssh://git@github.com/JLyne/Leaflet.git#843eb3124492dc48245cd187c6dc94c2f33b65c1",
"integrity": "sha512-QJPpfKcc+xgcOzB6KlJEjdw4RJ41rMSeeTqPD7QsO1CvJ9uiJ/yhW4iSTKyhsmZ3JJDBw8Do2+cLevkddyLR9w==",
"license": "BSD-2-Clause"
},
"node_modules/leven": {
@ -15579,8 +15580,9 @@
"dev": true
},
"leaflet": {
"version": "git+ssh://git@github.com/JLyne/Leaflet.git#24d74a6a680401ae27d0c1c2ecc7dd770fc3d9fc",
"from": "leaflet@git+https://github.com/JLyne/Leaflet.git#24d74a6a680401ae27d0c1c2ecc7dd770fc3d9fc"
"version": "git+ssh://git@github.com/JLyne/Leaflet.git#843eb3124492dc48245cd187c6dc94c2f33b65c1",
"integrity": "sha512-QJPpfKcc+xgcOzB6KlJEjdw4RJ41rMSeeTqPD7QsO1CvJ9uiJ/yhW4iSTKyhsmZ3JJDBw8Do2+cLevkddyLR9w==",
"from": "leaflet@git+https://github.com/JLyne/Leaflet.git#843eb3124492dc48245cd187c6dc94c2f33b65c1"
},
"leven": {
"version": "3.1.0",

View File

@ -17,7 +17,7 @@
"dependencies": {
"@kyvg/vue3-notification": "2.3.0",
"@soerenmartius/vue3-clipboard": "^0.1",
"leaflet": "git+https://github.com/JLyne/Leaflet.git#24d74a6a680401ae27d0c1c2ecc7dd770fc3d9fc",
"leaflet": "git+https://github.com/JLyne/Leaflet.git#843eb3124492dc48245cd187c6dc94c2f33b65c1",
"lodash.debounce": "^4.0.8",
"modern-normalize": "^1.1.0",
"vue": "^3.2.36",