We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1246847 commit acb74b2Copy full SHA for acb74b2
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
# Version 7.0
4
5
+## 7.0.0-alpha.2 (Jan 2, 2022)
6
+
7
+- Update `@types/mapbox-gl` dependency
8
9
## 7.0.0-alpha.1 (Jan 2, 2022)
10
11
- [v7] utility hooks (#1663)
package.json
@@ -1,7 +1,7 @@
1
{
"name": "react-map-gl",
"description": "React components for Mapbox GL JS-compatible libraries",
- "version": "7.0.0-alpha.1",
+ "version": "7.0.0-alpha.2",
"keywords": [
"mapbox",
"mapbox-gl",
@@ -37,7 +37,7 @@
37
"update-release-branch": "scripts/update-release-branch.sh"
38
},
39
"dependencies": {
40
- "@types/mapbox-gl": "^2.0.3"
+ "@types/mapbox-gl": "^2.6.0"
41
42
"peerDependencies": {
43
"mapbox-gl": "*",
0 commit comments