We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae4705 commit 0ecf04aCopy full SHA for 0ecf04a
makefile
@@ -52,10 +52,10 @@ ui/_vendor/vue.js:
52
wget -O $@ 'https://unpkg.com/vue@3.5.13/dist/vue.esm-browser.js'
53
54
ui/_vendor/maplibre.css:
55
- wget -O $@ 'https://esm.sh/maplibre-gl@5.15.0/dist/maplibre-gl.css'
+ wget -O $@ 'https://esm.sh/maplibre-gl@5.16.0/dist/maplibre-gl.css'
56
deno fmt $@
57
ui/_vendor/maplibre.js:
58
- wget -O $@ 'https://esm.sh/v135/maplibre-gl@5.15.0/es2022/dist/maplibre-gl-dev.development.bundle.js'
+ wget -O $@ 'https://esm.sh/v135/maplibre-gl@5.16.0/es2022/dist/maplibre-gl-dev.development.bundle.js'
59
sed -i '/^\/\/# sourceMappingURL/d' $@
60
61
ui/_vendor/monaco.css:
0 commit comments