⬆️ upgrading dependencies

This commit is contained in:
Michael Straßburger 2020-02-18 21:41:39 +01:00
parent 3b85c6d513
commit c1cfe3ecfe
2 changed files with 149 additions and 4643 deletions

4773
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,7 @@
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"lint": "eslint src", "lint": "eslint src",
"start": "node main", "start": "node main"
"test": "jest"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -31,22 +30,20 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@mapbox/vector-tile": "^1.3.1", "@mapbox/vector-tile": "^1.3.1",
"bluebird": "^3.7.0", "bluebird": "^3.7.2",
"bresenham": "0.0.4", "bresenham": "0.0.4",
"earcut": "^2.2.1", "earcut": "^2.2.2",
"keypress": "^0.2.1", "keypress": "^0.2.1",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
"pbf": "^3.2.0", "pbf": "^3.2.1",
"rbush": "^3.0.1", "rbush": "^3.0.1",
"simplify-js": "^1.2.3", "simplify-js": "^1.2.4",
"string-width": "^4.1.0", "string-width": "^4.2.0",
"term-mouse": "^0.2.0", "term-mouse": "^0.2.2",
"userhome": "^1.0.0", "userhome": "^1.0.0",
"x256": "0.0.2" "x256": "0.0.2"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^6.5.1", "eslint": "^6.8.0"
"eslint-plugin-jest": "^22.17.0",
"jest": "^24.9.0"
} }
} }