Skip to content

Commit

Permalink
fix: update mapbox-gl to 0.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykks committed Feb 25, 2018
1 parent 98cf6da commit 814fc3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"peerDependencies": {
"@angular/common": ">=5.0.0 <6.0.0 || >=5.0.0-beta <6.0.0",
"@angular/core": ">=5.0.0 <6.0.0 || >=5.0.0-beta <6.0.0",
"mapbox-gl": "0.44.0",
"mapbox-gl": "0.44.1",
"rxjs": "^5.5.0"
},
"devDependencies": {
Expand Down Expand Up @@ -87,7 +87,7 @@
"karma-jasmine-html-reporter": "^0.2.2",
"karma-mocha-reporter": "^2.2.5",
"lodash-es": "^4.17.5",
"mapbox-gl": "0.44.0",
"mapbox-gl": "0.44.1",
"ng-packagr": "2.1.0",
"pixel-diff": "^1.0.1",
"protractor": "~5.3.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4668,9 +4668,9 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"

[email protected].0:
version "0.44.0"
resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-0.44.0.tgz#5f4c58d2c64fba8e61183c67f98217f1db432f99"
[email protected].1:
version "0.44.1"
resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-0.44.1.tgz#bd4964f71a937c0eca4cc8b00330f2bfcbddc37c"
dependencies:
"@mapbox/gl-matrix" "^0.0.1"
"@mapbox/mapbox-gl-supported" "^1.3.0"
Expand Down

0 comments on commit 814fc3a

Please sign in to comment.