-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
43 lines (37 loc) · 1.23 KB
/
pnpm-workspace.yaml
File metadata and controls
43 lines (37 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
packages:
- examples/**/*
- packages/*
overrides:
'@tanstack/angular-table': 'workspace:*'
'@tanstack/lit-table': 'workspace:*'
'@tanstack/match-sorter-utils': 'workspace:*'
'@tanstack/preact-table': 'workspace:*'
'@tanstack/preact-table-devtools': 'workspace:*'
'@tanstack/react-table': 'workspace:*'
'@tanstack/react-table-devtools': 'workspace:*'
'@tanstack/solid-table': 'workspace:*'
'@tanstack/solid-table-devtools': 'workspace:*'
'@tanstack/svelte-table': 'workspace:*'
'@tanstack/table-core': 'workspace:*'
'@tanstack/table-devtools': 'workspace:*'
'@tanstack/vue-table': 'workspace:*'
'@tanstack/vue-table-devtools': 'workspace:*'
allowBuilds:
# root dependency
nx: true
unrs-resolver: false # not directly required for build
esbuild: true
# @angular/build
'@parcel/watcher': false # optional dep of @angular/build
lmdb: false # optional dep of @angular/build
msgpackr-extract: false # optional dep of @angular/build
# @tanstack/vue-store
vue-demi: false # only required for vue 2 support
cleanupUnusedCatalogs: true
linkWorkspacePackages: true
preferWorkspacePackages: true
blockExoticSubdeps: true
trustPolicy: 'no-downgrade'
trustPolicyExclude:
- chokidar@4.0.3
- semver@5.7.2 || 6.3.1