-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
72 lines (72 loc) · 1.65 KB
/
pnpm-workspace.yaml
File metadata and controls
72 lines (72 loc) · 1.65 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
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: 2880 # 2 days
minimumReleaseAgeExclude:
- "@types/*"
- "@eslint/*"
- "@rolldown/*"
- "@vitest/*"
- "@typescript-eslint/*"
- body-parser
- eslint
- eslint-plugin-allowed-dependencies
- express
- http-errors
- import-without-cache
- picomatch
- prettier
- qs
- ramda
- raw-body
- rolldown
- rolldown-plugin-dts
- typescript
- typescript-eslint
- tsdown
- undici
- unrun
- vite
- vitest
- zod
publicHoistPattern:
- "@typescript-eslint/*" # used as an assumed transitive in migration
- "@vitest/*" # used by vitest.setup.ts and vitest.config.ts
- "@eslint/*" # used by eslint.config.js
- "globals" # used by eslint.config.js
- "@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
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.31.1"
"@typescript-eslint/rule-tester": "^8.51.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"
"typescript-eslint": "^8.51.0"
"zod": "^4.3.4"
overrides:
"@scarf/scarf": "-"
"lightningcss": "-"