Skip to content

Commit c62ad62

Browse files
chore(pnpm): upgrade pnpm to v11 (#1164)
Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
1 parent 792bece commit c62ad62

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "git+https://github.com/TanStack/virtual.git"
77
},
8-
"packageManager": "pnpm@10.24.0",
8+
"packageManager": "pnpm@11.1.0",
99
"type": "module",
1010
"scripts": {
1111
"clean": "pnpm --filter \"./packages/**\" run clean",

pnpm-workspace.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,18 @@ packages:
99
- 'examples/svelte/*'
1010
- 'examples/vue/*'
1111
- 'examples/lit/*'
12+
13+
allowBuilds:
14+
# root dependency
15+
nx: true
16+
unrs-resolver: false # not directly required for build
17+
esbuild: true
18+
19+
# @angular/build
20+
'@parcel/watcher': false # optional dep of @angular/build
21+
lmdb: false # optional dep of @angular/build
22+
msgpackr-extract: false # optional dep of @angular/build
23+
24+
# @tanstack/vue-store
25+
vue-demi: false # only required for vue 2 support
26+

0 commit comments

Comments
 (0)