-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
48 lines (44 loc) · 1.19 KB
/
pnpm-workspace.yaml
File metadata and controls
48 lines (44 loc) · 1.19 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
packages:
- .
- examples/*
- examples/session/*
- src/*/server/internal/html
strictDepBuilds: true
blockExoticSubdeps: true
minimumReleaseAge: 1440
trustPolicy: no-downgrade
onlyBuiltDependencies:
- bufferutil
- bun
- cpu-features
- esbuild
- protobufjs
- ssh2
- utf-8-validate
overrides:
mppx: 'workspace:*'
vitest: 'npm:@voidzero-dev/vite-plus-test@~0.1.17'
typescript: '~5.9.3'
ox: '0.14.7'
viem: '^2.47.5'
path-to-regexp@<8.4.0: '8.4.0'
tar@<=7.5.10: '7.5.11'
'@modelcontextprotocol/sdk@>=1.10.0 <=1.25.3': '1.26.0'
qs@>=6.7.0 <=6.14.1: '6.14.2'
hono@<4.12.14: '4.12.14'
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'
'@hono/node-server@<1.19.13': '1.19.13'
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'
undici@>=7.0.0 <7.24.0: '7.24.0'
socket.io-parser@>=4.0.0 <4.2.6: '>=4.2.6'
yaml@<2.8.3: '>=2.8.3'
brace-expansion@<5.0.5: '>=5.0.5'
lodash@<=4.17.23: '>=4.18.0'
protobufjs@<7.5.5: '7.5.5'
nodeOptions: '--disable-warning=ExperimentalWarning --disable-warning=DeprecationWarning'