Update dependencies
This commit is contained in:
parent
e16de39b93
commit
c3bff5ac5f
1 changed files with 7 additions and 7 deletions
14
package.json
14
package.json
|
@ -19,7 +19,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mapbox/glyph-pbf-composite": "0.0.3",
|
"@mapbox/glyph-pbf-composite": "0.0.3",
|
||||||
"@mapbox/mapbox-gl-native": "5.0.2",
|
"@mapbox/mapbox-gl-native": "5.0.2",
|
||||||
"@mapbox/mapbox-gl-style-spec": "13.9.1",
|
"@mapbox/mapbox-gl-style-spec": "13.12.0",
|
||||||
"@mapbox/mbtiles": "0.11.0",
|
"@mapbox/mbtiles": "0.11.0",
|
||||||
"@mapbox/sphericalmercator": "1.1.0",
|
"@mapbox/sphericalmercator": "1.1.0",
|
||||||
"@mapbox/vector-tile": "1.3.1",
|
"@mapbox/vector-tile": "1.3.1",
|
||||||
|
@ -28,21 +28,21 @@
|
||||||
"chokidar": "3.3.1",
|
"chokidar": "3.3.1",
|
||||||
"clone": "2.1.2",
|
"clone": "2.1.2",
|
||||||
"color": "3.1.2",
|
"color": "3.1.2",
|
||||||
"commander": "4.0.1",
|
"commander": "4.1.1",
|
||||||
"cors": "2.8.5",
|
"cors": "2.8.5",
|
||||||
"esm": "3.2.25",
|
"esm": "3.2.25",
|
||||||
"express": "4.17.1",
|
"express": "4.17.1",
|
||||||
"handlebars": "4.5.3",
|
"handlebars": "4.7.3",
|
||||||
"http-shutdown": "1.2.1",
|
"http-shutdown": "1.2.2",
|
||||||
"morgan": "1.9.1",
|
"morgan": "1.9.1",
|
||||||
"pbf": "3.2.1",
|
"pbf": "3.2.1",
|
||||||
"proj4": "2.6.0",
|
"proj4": "2.6.0",
|
||||||
"request": "2.88.0",
|
"request": "2.88.2",
|
||||||
"sharp": "0.23.4",
|
"sharp": "0.25.1",
|
||||||
"tileserver-gl-styles": "2.0.0"
|
"tileserver-gl-styles": "2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "^6.2.2",
|
"mocha": "^7.1.0",
|
||||||
"should": "^13.2.3",
|
"should": "^13.2.3",
|
||||||
"supertest": "^4.0.2"
|
"supertest": "^4.0.2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue