Skip to content

Commit

Permalink
fix(tgnms): upgrade mapbox to 1.13.1
Browse files Browse the repository at this point in the history
Summary:
upgrades mapbox to 1.13.1, node bearings were not showing in firefox/safari presumably due to:
mapbox/mapbox-gl-js#10230

allow-large-files

Reviewed By: cjminer505

Differential Revision: D28098026

fbshipit-source-id: 972b3df93f3b471f81c171f588500182e5a40822
  • Loading branch information
aclave1 authored and facebook-github-bot committed Apr 30, 2021
1 parent 89518a5 commit 5a9d139
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tgnms/fbcnms-projects/tgnms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"is-ip": "^2.0.0",
"kafka-node": "^4.1.3",
"lodash": "^4.17.11",
"mapbox-gl": "^1.13.0",
"mapbox-gl": "^1.13.1",
"material-table": "^1.68.0",
"mime-types": "^2.1.28",
"moment": "^2.24.0",
Expand Down
8 changes: 4 additions & 4 deletions tgnms/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10924,10 +10924,10 @@ mapbox-gl@^0.53.0:
tinyqueue "^2.0.0"
vt-pbf "^3.1.1"

mapbox-gl@^1.13.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-1.13.0.tgz#23b339ba5116b7e3b5a2043ea968f7fcb53e34a6"
integrity sha512-g8zlzuJxYJqbOPXT19/UBYpVrcefBQ06F/Cbj0fyEfFnFesDcU3cFTxd75/FZ6Upx2ZEjCsD61CHxrcxZidVpA==
mapbox-gl@^1.13.1:
version "1.13.1"
resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-1.13.1.tgz#322efe75ab4c764fc4c776da1506aad58d5a5b9d"
integrity sha512-GSyubcoSF5MyaP8z+DasLu5v7KmDK2pp4S5+VQ5WdVQUOaAqQY4jwl4JpcdNho3uWm2bIKs7x1l7q3ynGmW60g==
dependencies:
"@mapbox/geojson-rewind" "^0.5.0"
"@mapbox/geojson-types" "^1.0.2"
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 5a9d139

Please sign in to comment.