Skip to content

Commit 69109c1

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 + cascade-internal chain (registry CI downloads 11.1.2), but the root packageManager field was still pinned at 11.0.8. pnpm 11.1.2 then refused 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 ac9eefe commit 69109c1

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
@@ -1,7 +1,7 @@
11
{
22
"name": "@socketregistry/monorepo",
33
"version": "1.0.0",
4-
"packageManager": "pnpm@11.0.8",
4+
"packageManager": "pnpm@11.1.2",
55
"private": true,
66
"license": "MIT",
77
"description": "Monorepo for Socket.dev optimized package overrides",

0 commit comments

Comments
 (0)