Skip to content

Commit a669d66

Browse files
committed
fix: update lockfile for pnpm 11 compatibility
pnpm/action-setup@v6 bootstraps pnpm 11.0.0-rc.0 which requires packageManagerDependencies in the lockfile. Regenerated with pnpm 11 and updated packageManager field accordingly.
1 parent 7dc929b commit a669d66

File tree

2 files changed

+182
-1
lines changed

2 files changed

+182
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"rescript": ">=12.0.0-beta.11",
6767
"vite": ">=5.1.0"
6868
},
69-
"packageManager": "pnpm@10.14.0",
69+
"packageManager": "pnpm@11.0.0-rc.0",
7070
"engines": {
7171
"node": ">=20"
7272
},

pnpm-lock.yaml

Lines changed: 181 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)