From 21bc130e8f2c78ae2c478ba382b7f71fb4a2681f Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Mon, 20 Nov 2023 19:50:44 -0500 Subject: [PATCH] fix dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c837a2e1a..693562ed0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){ process.exit(1) } \" || husky install" }, "dependencies": { - "@acalcutt/maplibre-gl-native": "6.1.0-pre.4", + "@maplibre/maplibre-gl-native": "5.2.0", "@mapbox/glyph-pbf-composite": "0.0.3", "@mapbox/mbtiles": "0.12.1", "@mapbox/polyline": "^1.2.1",