File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
47
47
# Install dependencies used for post processing:
48
48
# * gts/typescript are used for linting.
49
49
# * google-gax is used for compiling protos.
50
- RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@2.29.1 typescript@3.9.9 \
51
- chalk@4.1.2 escodegen@2.0.0 espree@7.3.1 estraverse@5.2.0 glob@7.2.0 jsdoc@3.6.7 \
52
- minimist@1.2.5 semver@7.3.5 tmp@0.2.1 uglify-js@3.14.2
50
+ RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.2.1 typescript@4.7.4
53
51
54
52
ENTRYPOINT [ "/bin/bash" ]
55
53
CMD [ "/synthtool/docker/owlbot/nodejs/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -47,9 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
47
47
# Install dependencies used for post processing:
48
48
# * gts/typescript are used for linting.
49
49
# * google-gax is used for compiling protos.
50
- RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.1.4 typescript@4.6.4 \
51
- chalk@4.1.2 escodegen@2.0.0 espree@7.3.1 estraverse@5.2.0 glob@7.2.0 jsdoc@3.6.7 \
52
- minimist@1.2.5 semver@7.3.5 tmp@0.2.1 uglify-js@3.14.2
50
+ RUN cd /synthtool && mkdir node_modules && npm i gts@3.1.0 google-gax@3.2.1 typescript@4.7.4
53
51
54
52
ENTRYPOINT [ "/bin/bash" ]
55
- CMD [ "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]
53
+ CMD [ "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments