mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 23:53:08 +01:00
Merge pull request #68 from rastapasta/upgrade-dependencies
Upgrade various dependencies
This commit is contained in:
commit
9b5769a2ec
1766
package-lock.json
generated
1766
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -30,21 +30,21 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mapbox/vector-tile": "^1.3.1",
|
"@mapbox/vector-tile": "^1.3.1",
|
||||||
"bluebird": "^3.5.3",
|
"bluebird": "^3.5.5",
|
||||||
"bresenham": "0.0.4",
|
"bresenham": "0.0.4",
|
||||||
"earcut": "^2.1.5",
|
"earcut": "^2.1.5",
|
||||||
"keypress": "^0.2.1",
|
"keypress": "^0.2.1",
|
||||||
"node-fetch": "^2.3.0",
|
"node-fetch": "^2.6.0",
|
||||||
"pbf": "^3.2.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": "^3.1.0",
|
"string-width": "^4.1.0",
|
||||||
"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": "^5.15.3",
|
"eslint": "^5.16.0",
|
||||||
"jest": "^24.5.0"
|
"jest": "^24.8.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user