Skip to content

Commit

Permalink
fix: update google-gax and remove obsolete deps (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Aug 22, 2022
1 parent 13ce626 commit d229a12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions docker/owlbot/nodejs/Dockerfile
Expand Up @@ -47,9 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
# Install dependencies used for post processing:
# * gts/typescript are used for linting.
# * google-gax is used for compiling protos.
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@2.29.1 typescript@3.9.9 \
chalk@4.1.2 escodegen@2.0.0 espree@7.3.1 estraverse@5.2.0 glob@7.2.0 jsdoc@3.6.7 \
minimist@1.2.5 semver@7.3.5 tmp@0.2.1 uglify-js@3.14.2
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.2.1 typescript@4.7.4

ENTRYPOINT [ "/bin/bash" ]
CMD [ "/synthtool/docker/owlbot/nodejs/entrypoint.sh" ]
6 changes: 2 additions & 4 deletions docker/owlbot/nodejs_mono_repo/Dockerfile
Expand Up @@ -47,9 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
# Install dependencies used for post processing:
# * gts/typescript are used for linting.
# * google-gax is used for compiling protos.
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.1.4 typescript@4.6.4 \
chalk@4.1.2 escodegen@2.0.0 espree@7.3.1 estraverse@5.2.0 glob@7.2.0 jsdoc@3.6.7 \
minimist@1.2.5 semver@7.3.5 tmp@0.2.1 uglify-js@3.14.2
RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.2.1 typescript@4.7.4

ENTRYPOINT [ "/bin/bash" ]
CMD [ "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]
CMD [ "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]

0 comments on commit d229a12

Please sign in to comment.