Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
petrsloup committed Sep 14, 2018
1 parent 58168eb commit bc3d79b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
},
"dependencies": {
"@mapbox/mapbox-gl-native": "3.5.4",
"@mapbox/mbtiles": "0.9.0",
"@mapbox/sphericalmercator": "1.0.5",
"@mapbox/vector-tile": "1.3.0",
"@mapbox/mbtiles": "0.10.0",
"@mapbox/sphericalmercator": "1.1.0",
"@mapbox/vector-tile": "1.3.1",
"advanced-pool": "0.3.3",
"canvas": "1.6.8",
"clone": "2.1.1",
"color": "1.0.3",
"commander": "2.17.1",
"canvas": "1.6.12",
"clone": "2.1.2",
"color": "3.0.0",
"commander": "2.18.0",
"cors": "2.8.4",
"express": "4.16.2",
"express": "4.16.3",
"glyph-pbf-composite": "0.0.2",
"handlebars": "4.0.11",
"handlebars": "4.0.12",
"http-shutdown": "^1.2.0",
"morgan": "1.9.0",
"pbf": "3.0.5",
"proj4": "2.4.4",
"request": "2.83.0",
"sharp": "0.18.2",
"morgan": "1.9.1",
"pbf": "3.1.0",
"proj4": "2.5.0",
"request": "2.88.0",
"sharp": "0.20.8",
"tileserver-gl-styles": "1.2.0"
},
"devDependencies": {
"mocha": "^3.5.3",
"should": "^11.2.1",
"mocha": "^5.2.0",
"should": "^13.2.0",
"supertest": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion test/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ before(function() {

after(function() {
console.log('global teardown');
global.server.close(function() { console.log('Done'); });
global.server.close(function() { console.log('Done'); process.exit(); });
});

0 comments on commit bc3d79b

Please sign in to comment.