-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
77 lines (72 loc) · 1.92 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
77 lines (72 loc) · 1.92 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
packages:
- .
- examples/*
- examples/session/*
- src/*/server/internal/html
strictDepBuilds: true
blockExoticSubdeps: true
minimumReleaseAge: 1440
trustPolicy: no-downgrade
overrides:
mppx: 'workspace:*'
vitest: 'npm:@voidzero-dev/vite-plus-test@~0.1.24'
typescript: '~5.9.3'
ox: '0.14.29'
viem: '^2.54.1'
path-to-regexp@<8.4.0: '8.4.0'
tar@<=7.5.18: '7.5.19'
'@modelcontextprotocol/sdk@>=1.10.0 <=1.25.3': '1.26.0'
'@modelcontextprotocol/server': '2.0.0-alpha.2'
qs@>=6.7.0 <=6.15.1: '6.15.2'
ip-address@<=10.1.0: '10.1.1'
minimatch@>=5.0.0 <5.1.8: '5.1.8'
minimatch@>=9.0.0 <9.0.7: '9.0.7'
rollup@>=4.0.0 <4.59.0: '4.59.0'
ajv@>=7.0.0-alpha.0 <8.18.0: '8.18.0'
elysia@<1.4.26: '1.4.26'
file-type: '21.3.2'
flatted@<=3.4.1: '>=3.4.2'
follow-redirects@<=1.15.11: '1.16.0'
fast-uri@<=3.1.0: '3.1.1'
hono@<4.12.25: '4.12.25'
undici@>=7.0.0 <7.28.0: '7.28.0'
socket.io-parser@>=4.0.0 <4.2.6: '>=4.2.6'
yaml@<2.8.3: '>=2.8.3'
brace-expansion@>=5.0.0 <5.0.7: '5.0.7'
ws@>=8.0.0 <8.21.0: '8.21.0'
lodash@<=4.17.23: '>=4.18.0'
protobufjs@<=7.6.4: '7.6.5'
uuid@<14.0.0: '14.0.0'
fast-uri@<=3.1.1: ^3.1.2
tmp@>=0.2.6 <0.2.7: '0.2.7'
vite@>=8.0.0 <=8.0.15: '8.0.16'
vite-plus@<=0.1.23: '0.1.24'
'@voidzero-dev/vite-plus-test@<=0.1.23': '0.1.24'
esbuild@>=0.17.0 <0.28.1: '0.28.1'
read-yaml-file@^1.1.0: '2.1.0'
js-yaml@>=4.0.0 <4.3.0: '4.3.0'
body-parser@>=2.0.0 <2.3.0: '2.3.0'
nodeOptions: '--disable-warning=ExperimentalWarning --disable-warning=DeprecationWarning'
allowBuilds:
bufferutil: true
bun: true
cpu-features: true
esbuild: true
protobufjs: true
ssh2: true
utf-8-validate: true
minimumReleaseAgeExclude:
- esbuild@0.28.1
- body-parser@2.3.0
- brace-expansion@5.0.7
- fast-uri@3.1.2
- hono@4.12.25
- js-yaml@4.3.0
- ox@0.14.29
- protobufjs@7.6.5
- tar@7.5.19
- tmp@0.2.7
- viem@2.54.1
- vite@8.0.16
- vite-plus@0.1.24
- ws@8.21.0