Upgrade dependencies which are unlikely to break Mapscii

This commit is contained in:
Christian Paul 2019-03-24 17:06:24 -07:00
parent cf4731682e
commit eb1f81536e
2 changed files with 1662 additions and 2783 deletions

4437
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,10 +32,10 @@
"@mapbox/vector-tile": "^1.3.1", "@mapbox/vector-tile": "^1.3.1",
"bluebird": "^3.5.3", "bluebird": "^3.5.3",
"bresenham": "0.0.4", "bresenham": "0.0.4",
"earcut": "^2.1.3", "earcut": "^2.1.5",
"keypress": "^0.2.1", "keypress": "^0.2.1",
"node-fetch": "^2.3.0", "node-fetch": "^2.3.0",
"pbf": "^3.1.0", "pbf": "^3.2.0",
"rbush": "^2.0.2", "rbush": "^2.0.2",
"simplify-js": "^1.2.3", "simplify-js": "^1.2.3",
"string-width": "^2.1.1", "string-width": "^2.1.1",
@ -44,7 +44,7 @@
"x256": "0.0.2" "x256": "0.0.2"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^5.9.0", "eslint": "^5.15.3",
"jest": "^23.6.0" "jest": "^24.5.0"
} }
} }