Update dependencies

pull/43/head
Christian Paul 2018-10-17 09:16:24 -07:00
rodzic 60abd91bba
commit 76d1995e95
2 zmienionych plików z 284 dodań i 412 usunięć

682
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -29,21 +29,21 @@
"author": "Michael Straßburger <codepoet@cpan.org>", "author": "Michael Straßburger <codepoet@cpan.org>",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@mapbox/vector-tile": "^1.3.0", "@mapbox/vector-tile": "^1.3.1",
"bluebird": "^3.5.1", "bluebird": "^3.5.2",
"bresenham": "0.0.4", "bresenham": "0.0.4",
"earcut": "^2.1.2", "earcut": "^2.1.3",
"keypress": "^0.2.1", "keypress": "^0.2.1",
"node-fetch": "^1.7.3", "node-fetch": "^2.2.0",
"pbf": "^3.1.0", "pbf": "^3.1.0",
"rbush": "^2.0.1", "rbush": "^2.0.2",
"simplify-js": "^1.2.1", "simplify-js": "^1.2.3",
"string-width": "^2.1.1", "string-width": "^2.1.1",
"term-mouse": "^0.2.0", "term-mouse": "^0.2.0",
"userhome": "^1.0.0", "userhome": "^1.0.0",
"x256": "0.0.2" "x256": "0.0.2"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^4.13.1" "eslint": "^5.7.0"
} }
} }