-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
88 lines (82 loc) · 2.7 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
88 lines (82 loc) · 2.7 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
78
79
80
81
82
83
84
85
86
87
88
packages:
- www
- www/scripts/api-docs-builder
- packages/*
catalog:
'@tailwindcss/vite': ^4.3.0
'@tanstack/react-router': ^1.170.1
'@tanstack/react-start': ^1.168.2
'@tanstack/router-plugin': ^1.168.2
'@types/node': ^24.12.4
'@types/react': ^19.2.2
'@types/react-dom': ^19.2.1
'@vitejs/plugin-react': ^6.0.2
nitro: ^3.0.260429-beta
react: ^19.2.1
react-dom: ^19.2.1
tailwindcss: ^4.3.0
typescript: ^7.0.2
vite: ^8.1.0
zod: ^4.2.1
allowBuilds:
'@tailwindcss/oxide': true
bufferutil: true
core-js-pure: true
esbuild: true
msw: true
puppeteer: true
sharp: true
# The /r/* publisher routes format exported code with oxfmt at request time, so
# oxfmt is bundled into the Vercel lambda. Nitro's externals tracer realpaths
# every one of oxfmt's optional native bindings — including the linux-x64 musl
# build, which pnpm skips on Vercel's glibc machine — and fails the build with
# ENOENT. Install the musl libc variants too so the tracer can resolve them.
supportedArchitectures:
libc:
- current
- musl
overrides:
'@types/react': 19.2.2
'@types/react-dom': 19.2.1
# @hookform/resolvers/zod imports zod/v4/core but doesn't declare zod as a
# peer, so pnpm never links zod into its instance; the import only survives
# via hoist fallback, which rolldown's strict resolution rejects on Vercel.
packageExtensions:
'@hookform/resolvers':
peerDependencies:
zod: '*'
peerDependenciesMeta:
zod:
optional: true
minimumReleaseAgeExclude:
- cnfast@0.0.8
- starter-themes@0.0.2
- tailwindcss-autocontrast@0.0.4
- tailwindcss-with@0.0.2
- '@react-types/shared@3.36.0'
- react-aria-components@1.19.0
- react-aria@3.50.0
- react-stately@3.48.0
- tailwindcss-react-aria-components@2.2.0
- vite@8.1.0
- '@typescript/typescript-aix-ppc64@7.0.2'
- '@typescript/typescript-darwin-arm64@7.0.2'
- '@typescript/typescript-darwin-x64@7.0.2'
- '@typescript/typescript-freebsd-arm64@7.0.2'
- '@typescript/typescript-freebsd-x64@7.0.2'
- '@typescript/typescript-linux-arm64@7.0.2'
- '@typescript/typescript-linux-arm@7.0.2'
- '@typescript/typescript-linux-loong64@7.0.2'
- '@typescript/typescript-linux-mips64el@7.0.2'
- '@typescript/typescript-linux-ppc64@7.0.2'
- '@typescript/typescript-linux-riscv64@7.0.2'
- '@typescript/typescript-linux-s390x@7.0.2'
- '@typescript/typescript-linux-x64@7.0.2'
- '@typescript/typescript-netbsd-arm64@7.0.2'
- '@typescript/typescript-netbsd-x64@7.0.2'
- '@typescript/typescript-openbsd-arm64@7.0.2'
- '@typescript/typescript-openbsd-x64@7.0.2'
- '@typescript/typescript-sunos-x64@7.0.2'
- '@typescript/typescript-win32-arm64@7.0.2'
- '@typescript/typescript-win32-x64@7.0.2'
- typescript@7.0.2