Skip to content

Commit

Permalink
feat(deps): update dependency pnpm to v10
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| npm        | pnpm    | 9.15.4 | 10.0.0 |
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 6b5e3fd commit 8b4c990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN install-tool dotnet 9.0.102
RUN install-tool node 22.13.0

# renovate: datasource=npm
RUN install-tool pnpm 9.15.4
RUN install-tool pnpm 10.0.0

# renovate: datasource=github-releases packageName=docker/compose
RUN install-tool docker-compose v2.32.3
Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN install-tool powershell v7.4.6
RUN install-tool node 22.13.0

# renovate: datasource=npm
RUN install-npm pnpm 9.15.4
RUN install-npm pnpm 10.0.0

# renovate: datasource=java-version packageName=java-jre
RUN install-tool java 21.0.5+11.0.LTS
Expand Down

0 comments on commit 8b4c990

Please sign in to comment.