We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d8549 commit e328de8Copy full SHA for e328de8
package.json
@@ -1,5 +1,5 @@
1
{
2
- "packageManager": "pnpm@10.25.0",
+ "packageManager": "pnpm@11.0.0-alpha.12",
3
"devDependencies": {
4
"@changesets/cli": "^2.29.2",
5
"typescript": "^4.9.5"
pnpm-workspace.yaml
@@ -2,6 +2,11 @@ packages:
- '**'
- '!**/test/**'
- '!resolve-link-target/node_modules_link/**'
+allowBuilds:
6
+ '@pnpm/exe': true
7
+ bun: true
8
+ core-js: false
9
+ yarn: true
10
11
configDependencies:
12
'@pnpm/plugin-better-defaults': 0.2.1+sha512-3Fmur80S7+vmOKMmTdKS6JofiuvpUaBIdKEpgDyr9571FHo5Z4O2nrRUaSflxvwEakeYxIaFZ5MBaqAUnYHaeg==
0 commit comments