Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
# renovate: datasource=github-releases depName=shssoichiro/oxipng versioning=semver
OXIPNG_VERSION: 9.1.5
# renovate: datasource=npm depName=pnpm
PNPM_VERSION: 10.18.0
PNPM_VERSION: 10.18.1
# renovate: datasource=github-releases depName=typst/typst versioning=semver
TYPST_VERSION: 0.13.1
# renovate: datasource=pypi depName=zizmor
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=22.20.0
FROM node:${NODE_VERSION}-alpine

# renovate: datasource=npm depName=pnpm
ARG PNPM_VERSION=10.18.0
ARG PNPM_VERSION=10.18.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 @@ -186,7 +186,7 @@
],
"engines": {
"node": "22.20.0",
"pnpm": "10.18.0"
"pnpm": "10.18.1"
},
"ember": {
"edition": "octane"
Expand Down
Loading