Merge remote-tracking branch 'upstream/master' into commander

This commit is contained in:
acalcutt
2022-09-16 13:35:50 -04:00
10 changed files with 87 additions and 22 deletions

View File

@@ -10,7 +10,7 @@
},
"license": "BSD-2-Clause",
"engines": {
"node": ">=10 <11"
"node": ">=10 <17"
},
"scripts": {
"test": "mocha test/**.js --timeout 10000",
@@ -18,13 +18,13 @@
},
"dependencies": {
"@mapbox/glyph-pbf-composite": "0.0.3",
"@mapbox/mapbox-gl-native": "5.0.2",
"@mapbox/mapbox-gl-style-spec": "13.12.0",
"@mapbox/mbtiles": "0.11.0",
"@mapbox/sphericalmercator": "1.1.0",
"@maplibre/maplibre-gl-native": "5.0.1-pre.0",
"@maplibre/maplibre-gl-style-spec": "17.0.1",
"@mapbox/mbtiles": "0.12.1",
"@mapbox/sphericalmercator": "1.2.0",
"@mapbox/vector-tile": "1.3.1",
"advanced-pool": "0.3.3",
"canvas": "2.6.1",
"canvas": "2.9.3",
"chokidar": "3.3.1",
"clone": "2.1.2",
"color": "3.1.2",