Upgrades to support Node.js 16
- upgrade express-openapi-validator - recreate package-lock.json
source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -33,7 +33,6 @@ |
"@nosferatu500/react-sortable-tree": "^3.0.5", | ||
"@shakacode/recompose": "^0.30.3", | ||
"@turf/buffer": "^6.3.0", | ||
"Leaflet.extra-markers": "git+https://github.com/SemanticComputing/Leaflet.ExtraMarkers.git", | ||
"apexcharts": "^3.26.0", | ||
"axios": "^0.21.4", | ||
"buffer": "^6.0.3", | ||
... | ... | @@ -43,7 +42,7 @@ |
"date-fns": "^2.19.0", | ||
"deck.gl": "^8.6.0", | ||
"express": "^4.17.1", | ||
"express-openapi-validator": "^3.12.7", | ||
"express-openapi-validator": "^4.13.2", | ||
"express-static-gzip": "^2.1.1", | ||
"flat": "^5.0.2", | ||
"immutable": "^4.0.0-rc.12", | ||
... | ... | @@ -53,6 +52,7 @@ |
"leaflet-fullscreen": "^1.0.2", | ||
"leaflet-usermarker": "git+https://github.com/SemanticComputing/leaflet-usermarker.git", | ||
"leaflet.control.opacity": "^1.3.0", | ||
"Leaflet.extra-markers": "git+https://github.com/SemanticComputing/Leaflet.ExtraMarkers.git", | ||
"leaflet.locatecontrol": "^0.73.0", | ||
"leaflet.markercluster": "^1.4.1", | ||
"leaflet.zoominfo": "git+https://github.com/SemanticComputing/Leaflet.zoominfo.git", | ||
... | ... |
Please register or sign in to comment