Skip to content

Commit 0ecf04a

Browse files
committed
maplibre 5.16
1 parent dae4705 commit 0ecf04a

File tree

2 files changed

+120
-63
lines changed

2 files changed

+120
-63
lines changed

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ ui/_vendor/vue.js:
5252
wget -O $@ 'https://unpkg.com/vue@3.5.13/dist/vue.esm-browser.js'
5353

5454
ui/_vendor/maplibre.css:
55-
wget -O $@ 'https://esm.sh/maplibre-gl@5.15.0/dist/maplibre-gl.css'
55+
wget -O $@ 'https://esm.sh/maplibre-gl@5.16.0/dist/maplibre-gl.css'
5656
deno fmt $@
5757
ui/_vendor/maplibre.js:
58-
wget -O $@ 'https://esm.sh/v135/maplibre-gl@5.15.0/es2022/dist/maplibre-gl-dev.development.bundle.js'
58+
wget -O $@ 'https://esm.sh/v135/maplibre-gl@5.16.0/es2022/dist/maplibre-gl-dev.development.bundle.js'
5959
sed -i '/^\/\/# sourceMappingURL/d' $@
6060

6161
ui/_vendor/monaco.css:

0 commit comments

Comments
 (0)