Skip to content

Commit ea6ec59

Browse files
committed
test: Update some external test package versions
Use more recent versions of competing mapping tools to try to improve CI robustness.
1 parent ce38d21 commit ea6ec59

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/blog-lines/index.pug

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,13 @@ block append mainContent
253253
.title GeoJS - Current - SVG
254254
.entry
255255
span
256-
.title Leaflet - 1.0.2 - Canvas
256+
.title Leaflet - 1.9.4 - Canvas
257257
.entry
258258
span
259-
.title Leaflet - 1.0.2 - SVG
259+
.title Leaflet - 1.9.4 - SVG
260260
.entry
261261
span
262-
.title Mapbox GL - 0.28.0 - WebGL
262+
.title Mapbox GL - 1.13.3 - WebGL
263263
.entry
264264
span
265265
.title GeoJS - 0.10.5 - WebGL

examples/blog-lines/main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ var Libraries = {
1414
},
1515
leaflet: {
1616
url: 'https://unpkg.com/leaflet@{version}/dist/leaflet.js',
17-
defaultVersion: '1.0.2',
17+
defaultVersion: '1.9.4',
1818
mainReference: 'L'
1919
},
2020
mapbox: {
2121
url: 'https://api.mapbox.com/mapbox.js/v{version}/mapbox.js',
22-
defaultVersion: '3.0.1',
22+
defaultVersion: '3.3.1',
2323
mainReference: 'L'
2424
},
2525
mapboxgl: {
2626
url: 'https://api.mapbox.com/mapbox-gl-js/v{version}/mapbox-gl.js',
27-
defaultVersion: '0.28.0',
27+
defaultVersion: '1.13.3',
2828
mainReference: 'mapboxgl'
2929
}
3030
};

0 commit comments

Comments
 (0)