Skip to content

Commit 07e0ae7

Browse files
committed
fix(packageManager): bump pnpm@11.0.8 → pnpm@11.1.2
The pnpm 11.1.2 cascade landed in external-tools.json (CI downloads 11.1.2) but the root packageManager field was still pinned at 11.0.8. pnpm refuses to run with: [ERROR] This project is configured to use 11.0.8 of pnpm. Your current pnpm is v11.1.2 Bring packageManager in line with the installed binary.
1 parent d5ca84c commit 07e0ae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"engines": {
3232
"vscode": "^1.63.0"
3333
},
34-
"packageManager": "pnpm@11.0.8",
34+
"packageManager": "pnpm@11.1.2",
3535
"icon": "assets/socket-icon-brand-256.png",
3636
"activationEvents": [
3737
"workspaceContains:**/[pP][aA][cC][kK][aA][gG][eE].[jJ][sS][oO][nN]",

0 commit comments

Comments
 (0)