-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
43 lines (43 loc) · 1.11 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
43 lines (43 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
packages:
- express-zod-api
- zod-plugin
- migration
- example
- cjs-test
- esm-test
- compat-test
- issue952-test
gitChecks: false
engineStrict: true
autoInstallPeers: false
dedupePeers: true
minimumReleaseAge: 10080
minimumReleaseAgeExclude:
- eslint-plugin-allowed-dependencies # maintained by myself
publicHoistPattern:
- "@vitest/*" # used by vitest.setup.ts and vitest.config.ts
- "@types/qs" # used by index.ts, fixes TS2742 for attachRouting
- "@types/express-serve-static-core" # used by index.ts, fixes TS2742 for attachRouting
- "rolldown" # used by readableDts tool
- "zod" # used by tools/headers.ts
catalogs:
prod:
"ramda": "^0.32.0"
peer:
"zod": "^4.3.4"
dev:
"@types/compression": "^1.8.1"
"@types/express": "^5.0.6"
"@types/express-fileupload": "^1.5.1"
"@types/http-errors": "^2.0.5"
"@types/ramda": "^0.32.0"
"camelize-ts": "^3.0.0"
"compression": "^1.8.1"
"express": "^5.2.1"
"express-fileupload": "^1.5.2"
"http-errors": "^2.0.1"
"typescript": "^6.0.2"
"zod": "^4.4.3"
overrides:
"@scarf/scarf": "-"
"lightningcss": "-"