File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM node:20 AS builder-base
44WORKDIR /app
55# Version of corepack distributed with node currently (2025-02-04) has a bug that prevents PNPM installation; latest version has the bugfix
66RUN npm install -g corepack@latest
7- RUN corepack enable && corepack prepare pnpm@10.12.3 --activate
7+ RUN corepack enable && corepack prepare pnpm@10.24.0 --activate
88
99FROM builder-base AS builder
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM node:20 AS builder
44
55# Version of corepack distributed with node currently (2025-02-04) has a bug that prevents PNPM installation; latest version has the bugfix
66RUN npm install -g corepack@latest
7- RUN corepack enable && corepack prepare pnpm@10.12.3 --activate
7+ RUN corepack enable && corepack prepare pnpm@10.24.0 --activate
88WORKDIR /app
99
1010COPY package.json pnpm-lock.yaml pnpm-workspace.yaml /app/
Original file line number Diff line number Diff line change 22 "name" : " https-proxy" ,
33 "version" : " 0.0.1" ,
44 "private" : true ,
5- "packageManager" : " pnpm@10.12.3 " ,
5+ "packageManager" : " pnpm@10.24.0 " ,
66 "engines" : {
77 "node" : " >=20" ,
88 "pnpm" : " >=9"
Original file line number Diff line number Diff line change 22 "name" : " frontend" ,
33 "version" : " 0.0.1" ,
44 "private" : true ,
5- "packageManager" : " pnpm@10.12.3 " ,
5+ "packageManager" : " pnpm@10.24.0 " ,
66 "engines" : {
77 "node" : " >=20" ,
88 "pnpm" : " >=9"
108108 "svelte-intl-precompile" : " ^0.12.3" ,
109109 "sveltekit-search-params" : " ^3.0.0" ,
110110 "tus-js-client" : " ^4.3.1"
111- },
112- "pnpm" : {
113- "onlyBuiltDependencies" : [
114- " esbuild" ,
115- " protobufjs" ,
116- " sharp" ,
117- " svelte-preprocess"
118- ]
119111 }
120112}
Original file line number Diff line number Diff line change @@ -27,3 +27,9 @@ catalog:
2727 ' @playwright/test ' : ^1.54.0
2828 runed : ^0.27.0
2929 autoprefixer : ^10.4.21
30+
31+ onlyBuiltDependencies :
32+ - " esbuild"
33+ - " protobufjs"
34+ - " sharp"
35+ - " svelte-preprocess"
Original file line number Diff line number Diff line change 11{
22 "name" : " viewer" ,
33 "private" : true ,
4- "packageManager" : " pnpm@10.12.3 " ,
4+ "packageManager" : " pnpm@10.24.0 " ,
55 "engines" : {
66 "node" : " >=20" ,
77 "pnpm" : " >=9"
You can’t perform that action at this time.
0 commit comments