Browse Source

Update dependencies

master
parent
commit
2ffcaa5ceb
  1. 3886
      package-lock.json
  2. 24
      package.json

3886
package-lock.json
File diff suppressed because it is too large
View File

24
package.json

@ -7,16 +7,16 @@
"author": "Stephan Bösch-Plepelits <skunk@xover.mud.at>",
"license": "GPL-3.0",
"dependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.14.1",
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.8",
"@babel/preset-env": "^7.16.8",
"@fortawesome/fontawesome-free": "^5.15.3",
"@ideditor/temaki": "^4.4.0",
"@mapbox/maki": "^6.2.0",
"@turf/area": "^6.3.0",
"@turf/length": "^6.3.0",
"async": "^3.2.0",
"async": "^3.2.3",
"async-foreach": "^0.1.3",
"babelify": "^10.0.0",
"color-interpolate": "^1.0.5",
@ -27,23 +27,23 @@
"ip-location": "^1.0.1",
"json-multiline-strings": "^0.1.0",
"leaflet": "^1.7.1",
"leaflet-geosearch": "^3.5.0",
"leaflet-geosearch": "^3.6.0",
"leaflet-polylineoffset": "^1.1.1",
"leaflet-textpath": "git+https://github.com/makinacorpus/Leaflet.TextPath.git#leaflet0.8-dev",
"leaflet.locatecontrol": "^0.72.2",
"leaflet.polylinemeasure": "git+https://github.com/ppete2/Leaflet.PolylineMeasure.git",
"md5": "^2.3.0",
"measure-ts": "^3.3.2",
"mini-svg-data-uri": "^1.3.3",
"mini-svg-data-uri": "^1.4.3",
"modulekit-tabs": "^0.2.2",
"moment": "^2.29.1",
"natsort": "^2.0.2",
"natsort": "^2.0.3",
"opening_hours": "^3.6.0",
"openstreetbrowser-categories-main": "git+https://github.com/plepe/openstreetbrowser-categories-main.git",
"openstreetmap-date-format": "^0.3.1",
"openstreetmap-date-parser": "^0.1.2",
"openstreetmap-tag-translations": "git+https://github.com/plepe/openstreetmap-tag-translations.git",
"overpass-layer": "^3.0.2",
"overpass-layer": "^3.1.0",
"query-string": "^6.13.8",
"sheet-router": "^4.2.3",
"weight-sort": "^1.3.1"
@ -60,9 +60,9 @@
"browserify": "^17.0.0",
"browserify-css": "^0.15.0",
"leaflet-polylinedecorator": "git+https://github.com/plepe/Leaflet.PolylineDecorator.git",
"minify": "^7.0.2",
"mocha": "^8.2.1",
"standard": "^16.0.3",
"minify": "^7.2.2",
"mocha": "^9.1.3",
"standard": "^16.0.4",
"watchify": "^4.0.0"
},
"standard": {

Loading…
Cancel
Save