Skip to content

Commit

Permalink
deps: reference the latest mapbox-gl
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-gokun committed Jun 22, 2021
1 parent 4920480 commit 4330ee5
Show file tree
Hide file tree
Showing 4 changed files with 10,718 additions and 11,156 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"@angular/platform-browser": "^11.2.5",
"@angular/platform-browser-dynamic": "^11.2.5",
"@angular/router": "^11.2.5",
"@mapbox/mapbox-gl-geocoder": "^4.0.0",
"@mapbox/mapbox-gl-geocoder": "^4.7.1",
"@ngrx/effects": "^11.0.1",
"@ngrx/router-store": "^11.0.1",
"@ngrx/store": "^11.0.1",
"@ngrx/store-devtools": "^11.0.1",
"@stackblitz/sdk": "^1.3.0",
"lodash-es": "^4.17.11",
"mapbox-gl": "^1.0.1",
"mapbox-gl": "^2.3.1",
"ngx-markdown": "^11.1.3",
"rxjs": "^6.6.6",
"scroll-into-view-if-needed": "^2.2.20",
Expand All @@ -69,7 +69,7 @@
"@types/jasminewd2": "^2.0.6",
"@types/lodash-es": "^4.17.3",
"@types/mapbox__mapbox-gl-geocoder": "4.7.0",
"@types/mapbox-gl": "2.1.1",
"@types/mapbox-gl": "^2.3.0",
"angular-cli-ghpages": "^0.6.0",
"codelyzer": "^6.0.0",
"commitizen": "^4.0.3",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-mapbox-gl-geocoder-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"peerDependencies": {
"@angular/common": "^11.2.4",
"@angular/core": "^11.2.4",
"mapbox-gl": "<= 2.0.1",
"mapbox-gl": "^2.3.1",
"ngx-mapbox-gl": "^6.0.0"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^4.0.0",
"@mapbox/mapbox-gl-geocoder": "^4.7.1",
"tslib": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion projects/ngx-mapbox-gl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"peerDependencies": {
"@angular/common": ">= 9.0.0 < 12.0.0",
"@angular/core": ">= 9.0.0 < 12.0.0",
"mapbox-gl": "^2.0.1",
"mapbox-gl": "^2.3.1",
"rxjs": "^6.6.3"
}
}
Loading

0 comments on commit 4330ee5

Please sign in to comment.