Update packages

beta
Manuel Kasper 2024-05-06 21:55:57 +02:00
rodzic 80a90b9e85
commit 28261e1533
3 zmienionych plików z 16 dodań i 17 usunięć

27
package-lock.json wygenerowano
Wyświetl plik

@ -16,13 +16,13 @@
"@fortawesome/pro-regular-svg-icons": "^5.15.2",
"@fortawesome/pro-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@mapbox/mapbox-gl-draw": "github:manuelkasper/mapbox-gl-draw#sotlas2",
"@mapbox/mapbox-gl-draw": "github:manuelkasper/mapbox-gl-draw#8ef893d",
"@maptiler/sdk": "^2.0.3",
"@tmcw/togeojson": "^3.2.0",
"axios": "^1.6.8",
"buefy": "^0.8.20",
"cheap-ruler": "^2.5.1",
"core-js": "^3.8.3",
"core-js": "^3.37.0",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-type": "^1.2.5",
"flagpack": "^1.0.5",
@ -39,7 +39,7 @@
"vue-filepond": "^6.0.3",
"vue-infinite-loading": "^2.4.5",
"vue-lazy-youtube-video": "^2.3.0",
"vue-mapbox": "github:manuelkasper/vue-mapbox#sotlas-maptiler",
"vue-mapbox": "github:manuelkasper/vue-mapbox#10cb772",
"vue-match-media": "^1.0.3",
"vue-native-websocket": "github:nathantsoi/vue-native-websocket#a265da6",
"vue-router": "^3.6.5",
@ -5665,10 +5665,9 @@
}
},
"node_modules/core-js": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.3.tgz",
"integrity": "sha512-KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q==",
"deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
"version": "3.37.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz",
"integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@ -15986,7 +15985,7 @@
},
"node_modules/vue-mapbox": {
"version": "0.4.1",
"resolved": "git+ssh://git@github.com/manuelkasper/vue-mapbox.git#e13a871acd729808575b4d1a311988435f6aade4",
"resolved": "git+ssh://git@github.com/manuelkasper/vue-mapbox.git#10cb77225740df4c635edb348f67df7bee32d7c8",
"dependencies": {
"map-promisified": "latest"
},
@ -18832,7 +18831,7 @@
},
"@mapbox/mapbox-gl-draw": {
"version": "git+ssh://git@github.com/manuelkasper/mapbox-gl-draw.git#8ef893db3e6a752b7d255a562b44938be9473613",
"from": "@mapbox/mapbox-gl-draw@github:manuelkasper/mapbox-gl-draw#sotlas2",
"from": "@mapbox/mapbox-gl-draw@github:manuelkasper/mapbox-gl-draw#8ef893d",
"requires": {
"@mapbox/geojson-area": "^0.2.1",
"@mapbox/geojson-extent": "^0.3.2",
@ -21398,9 +21397,9 @@
}
},
"core-js": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.3.tgz",
"integrity": "sha512-KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q=="
"version": "3.37.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz",
"integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug=="
},
"core-js-compat": {
"version": "3.37.0",
@ -29060,8 +29059,8 @@
}
},
"vue-mapbox": {
"version": "git+ssh://git@github.com/manuelkasper/vue-mapbox.git#e13a871acd729808575b4d1a311988435f6aade4",
"from": "vue-mapbox@github:manuelkasper/vue-mapbox#sotlas-maptiler",
"version": "git+ssh://git@github.com/manuelkasper/vue-mapbox.git#10cb77225740df4c635edb348f67df7bee32d7c8",
"from": "vue-mapbox@github:manuelkasper/vue-mapbox#10cb772",
"requires": {
"map-promisified": "latest"
}

Wyświetl plik

@ -27,7 +27,7 @@
"axios": "^1.6.8",
"buefy": "^0.8.20",
"cheap-ruler": "^2.5.1",
"core-js": "^3.8.3",
"core-js": "^3.37.0",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-type": "^1.2.5",
"flagpack": "^1.0.5",
@ -44,7 +44,7 @@
"vue-filepond": "^6.0.3",
"vue-infinite-loading": "^2.4.5",
"vue-lazy-youtube-video": "^2.3.0",
"vue-mapbox": "github:manuelkasper/vue-mapbox#ae8f0c1",
"vue-mapbox": "github:manuelkasper/vue-mapbox#10cb772",
"vue-match-media": "^1.0.3",
"vue-native-websocket": "github:nathantsoi/vue-native-websocket#a265da6",
"vue-router": "^3.6.5",

Wyświetl plik

@ -6,7 +6,7 @@
<div v-if="canEnlarge" class="maplibregl-ctrl-top-left">
<MapEnlargeControl :isEnlarged="isEnlarged" @enlarge="$emit('enlarge')" />
</div>
<MglAttributionControl :compact="true" position="bottom-right" />
<MglAttributionControl :compact="$mq.mobile" position="bottom-right" />
<MapRoute v-for="route in routes" :key="route.id" :route="route" />
<MapPhoto v-for="photo in mapPhotos" :key="photo.filename" :summit="summit" :photo="photo" @photoClicked="photo => $emit('photoClicked', photo)" />