Skip to content

Commit

Permalink
fix: attempt to use pnpm 10.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Feb 4, 2025
1 parent afb5bde commit 1e5f149
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN rm -rf ./.nuxt/ && \
-exec rm -rf {} + && \
apk add --no-cache git && \
corepack enable && \
corepack prepare pnpm@10.0.0 --activate && \
corepack prepare pnpm@10.2.0 --activate && \
pnpm install && \
NUXT_UI_PRO_LICENSE=${NUXT_UI_PRO_LICENSE} pnpm generate

Expand Down
4 changes: 2 additions & 2 deletions gen/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"@protobuf-ts/plugin": "2.9.4",
"google-protobuf": "3.21.4"
},
"packageManager": "pnpm@9.15.5"
}
"packageManager": "pnpm@10.2.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@
"resolutions": {
"@nuxt/kit": "3.15.4"
},
"packageManager": "pnpm@9.15.5"
"packageManager": "pnpm@10.2.0"
}

0 comments on commit 1e5f149

Please sign in to comment.