Skip to content

Commit 3e2dc9d

Browse files
committed
corepack use pnpm@9.15.1
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent 7aa422d commit 3e2dc9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_comment": "This version doesn't matter, it's just to allow importing from other repos.",
33
"name": "coder",
44
"version": "0.0.0",
5-
"packageManager": "pnpm@9.15.1",
5+
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf",
66
"scripts": {
77
"format-docs": "markdown-table-formatter $(find docs -name '*.md') *.md",
88
"lint-docs": "markdownlint-cli2 --fix $(find docs -name '*.md') *.md",

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"repository": "https://github.com/coder/coder",
55
"private": true,
66
"license": "AGPL-3.0",
7-
"packageManager": "pnpm@9.15.1",
7+
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf",
88
"scripts": {
99
"build": "NODE_ENV=production pnpm vite build",
1010
"check": "biome check --error-on-warnings .",

0 commit comments

Comments
 (0)