Upgrade various dependencies

pull/68/head
Christian Paul 2019-06-16 22:12:23 -07:00
rodzic cf4731682e
commit 7d4cd331ae
2 zmienionych plików z 1935 dodań i 2366 usunięć

4287
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -30,21 +30,21 @@
"license": "MIT",
"dependencies": {
"@mapbox/vector-tile": "^1.3.1",
"bluebird": "^3.5.3",
"bluebird": "^3.5.5",
"bresenham": "0.0.4",
"earcut": "^2.1.3",
"earcut": "^2.1.5",
"keypress": "^0.2.1",
"node-fetch": "^2.3.0",
"pbf": "^3.1.0",
"node-fetch": "^2.6.0",
"pbf": "^3.2.0",
"rbush": "^2.0.2",
"simplify-js": "^1.2.3",
"string-width": "^2.1.1",
"string-width": "^4.1.0",
"term-mouse": "^0.2.0",
"userhome": "^1.0.0",
"x256": "0.0.2"
},
"devDependencies": {
"eslint": "^5.9.0",
"jest": "^23.6.0"
"eslint": "^5.16.0",
"jest": "^24.8.0"
}
}