Skip to content

Commit a2d8b0c

Browse files
committed
Update maplibre-gl version requirement to <5.0.0
maplibre-gl v5 causes some errors: #2460 Indicate in package.json that react-map-gl is not yet compatible with maplibre-gl v5.
1 parent fdf57d0 commit a2d8b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"peerDependencies": {
5757
"mapbox-gl": ">=1.13.0",
58-
"maplibre-gl": ">=1.13.0",
58+
"maplibre-gl": ">=1.13.0 <5.0.0",
5959
"react": ">=16.3.0",
6060
"react-dom": ">=16.3.0"
6161
},

0 commit comments

Comments
 (0)