Skip to content

Commit

Permalink
test(deps): update dependency lerna to v7.3.0 (#1488)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 20, 2023
1 parent 6304f78 commit 5e23c9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -115,7 +115,7 @@ RUN install-tool pnpm 8.7.5
# renovate: datasource=npm
RUN install-tool yarn 1.22.19
# renovate: datasource=npm
RUN install-tool lerna 7.2.0
RUN install-tool lerna 7.3.0

#--------------------------------------
# Image: test-python
Expand Down
4 changes: 2 additions & 2 deletions test/node/Dockerfile
Expand Up @@ -80,7 +80,7 @@ USER root
RUN install-tool yarn 1.22.19

# renovate: datasource=npm
RUN install-tool lerna 7.2.0
RUN install-tool lerna 7.3.0

USER 1000

Expand Down Expand Up @@ -284,7 +284,7 @@ SHELL [ "/bin/sh", "-c" ]
RUN install-tool yarn 1.22.19

# renovate: datasource=npm
RUN install-tool lerna 7.2.0
RUN install-tool lerna 7.3.0

RUN set -ex; \
[ "$(command -v yarn)" = "/usr/local/bin/yarn" ] && echo "works" || exit 1; \
Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile.arm64
Expand Up @@ -30,7 +30,7 @@ RUN install-tool node v18.18.0
FROM test-node as test-lerna

# renovate: datasource=npm
RUN install-tool lerna 7.2.0
RUN install-tool lerna 7.3.0

#--------------------------------------
# Image: pnpm
Expand Down

0 comments on commit 5e23c9b

Please sign in to comment.