Skip to content

Commit 1043b4f

Browse files
committed
feat: update to mapbox-gl 1.1.0
BREAKING CHANGE: Since mapbox-gl 1.0, there's a new pricing model. If you use mapbox services, please check https://github.com/mapbox/mapbox-gl-js/releases/tag/v1.0.0 for more info
1 parent 9864932 commit 1043b4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@turf/random": "^6.0.2",
4141
"hammerjs": "^2.0.8",
4242
"lodash-es": "^4.17.11",
43-
"mapbox-gl": "0.54.0",
43+
"mapbox-gl": "1.1.0",
4444
"ngx-md": "^7.1.3",
4545
"rxjs": "^6.4.0",
4646
"scroll-into-view-if-needed": "^2.2.20",

projects/ngx-mapbox-gl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"peerDependencies": {
2323
"@angular/common": ">= 7.2.0 < 9.0.0",
2424
"@angular/core": ">= 7.2.0 < 9.0.0",
25-
"mapbox-gl": "0.54.0",
25+
"mapbox-gl": "1.1.0",
2626
"rxjs": "^6.0.0"
2727
},
2828
"dependencies": {

0 commit comments

Comments
 (0)