From a2d8b0cd97bf516071151a8d0f95b5c01f2c2d8a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 14 Jan 2025 16:13:39 +0100 Subject: [PATCH] Update maplibre-gl version requirement to <5.0.0 maplibre-gl v5 causes some errors: https://github.com/visgl/react-map-gl/issues/2460 Indicate in package.json that react-map-gl is not yet compatible with maplibre-gl v5. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bdd18177..604a59399 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ }, "peerDependencies": { "mapbox-gl": ">=1.13.0", - "maplibre-gl": ">=1.13.0", + "maplibre-gl": ">=1.13.0 <5.0.0", "react": ">=16.3.0", "react-dom": ">=16.3.0" },