Merge remote-tracking branch 'origin/master' into module

pull/115/head
Christian Paul 2023-02-26 17:59:52 +01:00
commit cbf9bd0755
2 zmienionych plików z 1849 dodań i 1476 usunięć

3313
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -33,21 +33,21 @@
"dependencies": {
"@mapbox/vector-tile": "^1.3.1",
"bresenham": "0.0.4",
"earcut": "^2.2.3",
"earcut": "^2.2.4",
"env-paths": "^3.0.0",
"keypress": "^0.2.1",
"node-fetch": "^3.2.4",
"node-fetch": "^3.3.0",
"pbf": "^3.2.1",
"rbush": "^3.0.1",
"simplify-js": "^1.2.4",
"string-width": "^5.1.2",
"term-mouse": "^0.2.2",
"x256": "0.0.2",
"yargs": "^17.4.1"
"yargs": "^17.7.1"
},
"devDependencies": {
"eslint": "^8.14.0",
"eslint-plugin-jest": "^26.1.5",
"jest": "^28.0.3"
"eslint": "^8.35.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.4.3"
}
}