-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
48 lines (45 loc) · 1.11 KB
/
pnpm-workspace.yaml
File metadata and controls
48 lines (45 loc) · 1.11 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:
- packages/*
- .claude/hooks/*
# Packages allowed to run build scripts (pnpm v11 strictDepBuilds default).
allowBuilds:
'@pnpm/exe': true
docsify: false
esbuild: true
onnxruntime-node: true
catalog:
'@anthropic-ai/claude-code': 2.1.92
'@babel/core': 7.28.4
'@babel/types': 7.28.5
'@biomejs/biome': 2.2.4
'@dotenvx/dotenvx': 1.31.0
'@sinclair/typebox': 0.34.49
'@socketsecurity/lib': 5.21.0
'@types/adm-zip': 0.5.7
'@types/node': 24.9.2
'@vitest/coverage-v8': 4.0.3
acorn: 8.14.0
acorn-walk: 8.3.4
adm-zip: 0.5.16
ecc-agentshield: 1.4.0
esbuild: 0.25.11
magic-string: 0.30.19
octokit: 5.0.5
tar: 7.4.3
vitest: 4.0.3
yoctocolors-cjs: 2.1.3
# Wait 7 days (10080 minutes) before installing newly published packages.
minimumReleaseAge: 10080
minimumReleaseAgeExclude:
- '@anthropic-ai/claude-code@2.1.92'
- '@socketaddon/*'
- '@socketbin/*'
- '@socketregistry/*'
- '@socketsecurity/*'
# Dependency overrides (migrated from package.json pnpm.overrides).
overrides:
vite: '7.3.2'
resolutionMode: highest
trustPolicy: no-downgrade
trustPolicyExclude:
- semver@6.3.1