Skip to content

Commit

Permalink
Update dependencies (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
keichan34 authored Oct 28, 2024
1 parent 645c2d2 commit ddd3eea
Show file tree
Hide file tree
Showing 4 changed files with 1,230 additions and 1,119 deletions.
2 changes: 1 addition & 1 deletion docs/embed.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* MapLibre GL JS
* @license 3-Clause BSD. Full text of license: https://github.com/maplibre/maplibre-gl-js/blob/v4.4.1/LICENSE.txt
* @license 3-Clause BSD. Full text of license: https://github.com/maplibre/maplibre-gl-js/blob/v4.7.1/LICENSE.txt
*/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@mapbox/geojson-extent": "^1.0.0",
"@mapbox/point-geometry": "^0.1.0",
"@turf/center": "^6.0.1",
"maplibre-gl": "^4.4.1",
"maplibre-gl": "4.7.1",
"pmtiles": "^3.0.6",
"sanitize-html": "^2.8.0",
"tinycolor2": "^1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion src/embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const geolonia: Geolonia = Object.assign(window.geolonia || {}, maplibregl, {
});

window.geolonia =
window.maplibregl =
(window.maplibregl as any) =
window.mapboxgl = geolonia;

renderGeoloniaMap();
Expand Down
Loading

0 comments on commit ddd3eea

Please sign in to comment.