File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments