-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
55 lines (48 loc) · 1.59 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
55 lines (48 loc) · 1.59 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
44
45
46
47
48
49
50
51
52
53
54
55
packages:
- examples/**/*
- packages/*
overrides:
'@types/react': 19.2.16
'@tanstack/angular-table-devtools': 'workspace:*'
'@tanstack/angular-table': 'workspace:*'
'@tanstack/lit-table': 'workspace:*'
'@tanstack/match-sorter-utils': 'workspace:*'
'@tanstack/preact-table-devtools': 'workspace:*'
'@tanstack/preact-table': 'workspace:*'
'@tanstack/react-table-devtools': 'workspace:*'
'@tanstack/react-table': 'workspace:*'
'@tanstack/solid-table-devtools': 'workspace:*'
'@tanstack/solid-table': 'workspace:*'
'@tanstack/svelte-table': 'workspace:*'
'@tanstack/table-core': 'workspace:*'
'@tanstack/table-devtools': 'workspace:*'
'@tanstack/vue-table-devtools': 'workspace:*'
'@tanstack/vue-table': 'workspace:*'
packageExtensions:
'@analogjs/vite-plugin-angular':
peerDependencies:
'@angular/compiler': '^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0'
peerDependenciesMeta:
'@angular/compiler':
optional: true
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
core-js-pure: false
cleanupUnusedCatalogs: true
minimumReleaseAge: 1440
linkWorkspacePackages: true
preferWorkspacePackages: true
blockExoticSubdeps: true
trustPolicy: 'no-downgrade'
trustPolicyExclude:
- chokidar@4.0.3
- semver@5.7.2 || 6.3.1