Skip to content

Commit 479938e

Browse files
Upgrade to pnpm 10 (#6908)
1 parent 99d1177 commit 479938e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@typespec/monorepo",
33
"version": "0.0.1",
44
"private": true,
5-
"packageManager": "pnpm@9.5.0",
5+
"packageManager": "pnpm@10.8.0",
66
"type": "module",
77
"scripts": {
88
"build": "pnpm build:all && pnpm check:eng && pnpm gen-compiler-extern-signature",
@@ -85,5 +85,10 @@
8585
"prod",
8686
"resolutions"
8787
]
88+
},
89+
"pnpm": {
90+
"onlyBuiltDependencies": [
91+
"tree-sitter"
92+
]
8893
}
8994
}

0 commit comments

Comments
 (0)