Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Jul 4, 2024
1 parent 38e8470 commit 6923c11
Show file tree
Hide file tree
Showing 6 changed files with 941 additions and 938 deletions.
3 changes: 2 additions & 1 deletion bin/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ set -ex

(cd services/frontend/www-app && yarn upgrade) \
&& (cd services/pelias/generate_config && yarn upgrade) \
&& (cd services/tileserver/assets && npm update) \
&& (cd services/travelmux && cargo update) \
&& (cd services/gtfs/gtfout && cargo update) \
&& (cd builds/planet/assemble-planet-pbf && cargo update)

# fails on macos
# cd services/tileserver/assets && npm update
131 changes: 69 additions & 62 deletions builds/planet/assemble-planet-pbf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6923c11

Please sign in to comment.