Skip to content

Commit 7eeac4b

Browse files
authored
Update maplibre-gl version requirement to <5.0.0 (#2464)
1 parent fdf57d0 commit 7eeac4b

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)