Fix maplibre-gl peerDependencies typo (#2197)

This commit is contained in:
Kilian Finger 2023-06-07 20:18:56 +02:00 committed by GitHub
parent 1154514556
commit e06086bda0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@
},
"peerDependencies": {
"mapbox-gl": ">=1.13.0",
"maplibregl": ">=1.13.0",
"maplibre-gl": ">=1.13.0",
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
},