Skip to content

Commit

Permalink
Update dependency pnpm to v8.3.1 (rust-lang#6350)
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] authored Apr 19, 2023
1 parent b1e38d7 commit 3925cdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
# renovate: datasource=crate depName=diesel_cli versioning=semver
DIESEL_CLI_VERSION: 2.0.1
# renovate: datasource=npm depName=pnpm
PNPM_VERSION: 8.3.0
PNPM_VERSION: 8.3.1
# renovate: datasource=github-releases depName=rust lookupName=rust-lang/rust
RUST_VERSION: 1.68.2

Expand Down
2 changes: 1 addition & 1 deletion frontend.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG NODE_VERSION=18.16.0
FROM node:${NODE_VERSION}-alpine

# renovate: datasource=npm depName=pnpm
ARG PNPM_VERSION=8.3.0
ARG PNPM_VERSION=8.3.1

# Install `pnpm`
RUN npm install --global pnpm@$PNPM_VERSION
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
},
"engines": {
"node": "18.16.0",
"pnpm": "8.3.0"
"pnpm": "8.3.1"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 3925cdd

Please sign in to comment.