Upgrade to node10, latest dependencies
use node10 (latest node that has binary built @mapbox/mapbox-gl-native v5.0.2) use latest canvas and sharp API
This commit is contained in:
+18
-17
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tileserver-gl",
|
||||
"version": "2.6.0",
|
||||
"version": "3.0.0",
|
||||
"description": "Map tile server for JSON GL styles - vector and server side generated raster tiles",
|
||||
"main": "src/main.js",
|
||||
"bin": "src/main.js",
|
||||
@@ -13,36 +13,37 @@
|
||||
},
|
||||
"license": "BSD-2-Clause",
|
||||
"engines": {
|
||||
"node": ">=6 <7"
|
||||
"node": ">=10 <11"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/**.js --timeout 10000"
|
||||
"test": "mocha test/**.js --timeout 10000",
|
||||
"docker": "docker build -f Dockerfile . && docker run --rm -i -p 8080:80 $(docker build -q .)"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mapbox/mapbox-gl-native": "4.0.0",
|
||||
"@mapbox/mbtiles": "0.10.0",
|
||||
"@mapbox/mapbox-gl-native": "5.0.2",
|
||||
"@mapbox/mbtiles": "0.11.0",
|
||||
"@mapbox/sphericalmercator": "1.1.0",
|
||||
"@mapbox/vector-tile": "1.3.1",
|
||||
"advanced-pool": "0.3.3",
|
||||
"canvas": "1.6.13",
|
||||
"canvas": "2.6.1",
|
||||
"clone": "2.1.2",
|
||||
"color": "3.1.0",
|
||||
"commander": "2.19.0",
|
||||
"color": "3.1.2",
|
||||
"commander": "4.0.1",
|
||||
"cors": "2.8.5",
|
||||
"express": "4.16.4",
|
||||
"express": "4.17.1",
|
||||
"glyph-pbf-composite": "0.0.2",
|
||||
"handlebars": "4.1.2",
|
||||
"http-shutdown": "^1.2.0",
|
||||
"handlebars": "4.5.3",
|
||||
"http-shutdown": "1.2.1",
|
||||
"morgan": "1.9.1",
|
||||
"pbf": "3.1.0",
|
||||
"proj4": "2.5.0",
|
||||
"pbf": "3.2.1",
|
||||
"proj4": "2.6.0",
|
||||
"request": "2.88.0",
|
||||
"sharp": "0.21.1",
|
||||
"sharp": "0.23.4",
|
||||
"tileserver-gl-styles": "1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^5.2.0",
|
||||
"should": "^13.2.0",
|
||||
"supertest": "^3.1.0"
|
||||
"mocha": "^6.2.2",
|
||||
"should": "^13.2.3",
|
||||
"supertest": "^4.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user