Skip to content

Commit

Permalink
Update maplibre-gl version requirement to <5.0.0
Browse files Browse the repository at this point in the history
maplibre-gl v5 causes some errors:
visgl#2460

Indicate in package.json that react-map-gl is not yet compatible
with maplibre-gl v5.
  • Loading branch information
emersion committed Jan 14, 2025
1 parent fdf57d0 commit a2d8b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit a2d8b0c

Please sign in to comment.