File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ RUN source $NVM_DIR/nvm.sh && \
257
257
ENV PATH=$NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
258
258
RUN corepack enable && \
259
259
corepack prepare npm@10.8.1 --activate && \
260
- corepack prepare pnpm@9.15.1 --activate
260
+ corepack prepare pnpm@10.14.0 --activate
261
261
262
262
RUN pnpx playwright@1.47.0 install --with-deps chromium
263
263
Original file line number Diff line number Diff line change 57
57
formatter = pkgs . nixfmt-rfc-style ;
58
58
59
59
nodejs = pkgs . nodejs_20 ;
60
- pnpm = pkgs . pnpm_9 . override {
60
+ pnpm = pkgs . pnpm_10 . override {
61
61
inherit nodejs ; # Ensure it points to the above nodejs version
62
62
} ;
63
63
Original file line number Diff line number Diff line change 2
2
"_comment" : " This version doesn't matter, it's just to allow importing from other repos." ,
3
3
"name" : " coder" ,
4
4
"version" : " 0.0.0" ,
5
- "packageManager" : " pnpm@9.15.1 +sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf " ,
5
+ "packageManager" : " pnpm@10.14.0 +sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748 " ,
6
6
"scripts" : {
7
7
"format-docs" : " markdown-table-formatter $(find docs -name '*.md') *.md" ,
8
8
"lint-docs" : " markdownlint-cli2 --fix $(find docs -name '*.md') *.md" ,
Original file line number Diff line number Diff line change 4
4
"repository" : " https://github.com/coder/coder" ,
5
5
"private" : true ,
6
6
"license" : " AGPL-3.0" ,
7
- "packageManager" : " pnpm@9.15.1 +sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf " ,
7
+ "packageManager" : " pnpm@10.14.0 +sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748 " ,
8
8
"scripts" : {
9
9
"build" : " NODE_ENV=production pnpm vite build" ,
10
10
"check" : " biome check --error-on-warnings ." ,
192
192
"semver" : " 7.6.2"
193
193
},
194
194
"engines" : {
195
- "pnpm" : " >=9 .0.0 <10 .0.0" ,
195
+ "pnpm" : " >=10 .0.0 <11 .0.0" ,
196
196
"node" : " >=18.0.0 <21.0.0"
197
197
},
198
198
"pnpm" : {
202
202
"esbuild" : " ^0.25.0" ,
203
203
"form-data" : " 4.0.4" ,
204
204
"prismjs" : " 1.30.0"
205
- }
205
+ },
206
+ "ignoredBuiltDependencies" : [" storybook-addon-remix-react-router" ]
206
207
}
207
208
}
You can’t perform that action at this time.
0 commit comments