Skip to content

Commit b6388a8

Browse files
authored
chore: bump pnpm to 11.1.2 (#175)
* chore: bump pnpm to 11.1.2 * fix: allow pnpm 11 dependency builds in CI
1 parent f97995c commit b6388a8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"top-github-dependents-by-stars": "catalog:",
1616
"vite-plus": "catalog:"
1717
},
18-
"packageManager": "pnpm@10.33.2"
18+
"packageManager": "pnpm@11.1.2"
1919
}

pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ catalog:
2323
vite: npm:@voidzero-dev/vite-plus-core@latest
2424
vitest: npm:@voidzero-dev/vite-plus-test@latest
2525

26+
allowBuilds:
27+
"@parcel/watcher": true
28+
"@tailwindcss/oxide": true
29+
esbuild: true
30+
2631
onlyBuiltDependencies:
32+
- "@parcel/watcher"
2733
- "@tailwindcss/oxide"
2834
- esbuild
2935
overrides:

0 commit comments

Comments
 (0)