-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
36 lines (36 loc) · 811 Bytes
/
pnpm-workspace.yaml
File metadata and controls
36 lines (36 loc) · 811 Bytes
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
packages:
- "apps/*"
- "packages/*"
allowBuilds:
"@posthog/cli": true
core-js: true
esbuild: true
msw: true
protobufjs: true
sharp: true
workerd: true
catalog:
"@cloudflare/vitest-pool-workers": ^0.14.9
"@vitest/runner": npm:@voidzero-dev/vite-plus-test@latest
"@vitest/snapshot": npm:@voidzero-dev/vite-plus-test@latest
drizzle-orm: ^0.45.2
typescript: ^6.0.3
vite: npm:@voidzero-dev/vite-plus-core@latest
vite-plus: ^0.1.19
vitest: npm:@voidzero-dev/vite-plus-test@latest
wrangler: ^4.84.1
zod: ^4.3.6
overrides:
"@vitest/runner": "catalog:"
"@vitest/snapshot": "catalog:"
vite: "catalog:"
vitest: "catalog:"
peerDependencyRules:
allowAny:
- "@vitest/runner"
- "@vitest/snapshot"
- vite
- vitest
allowedVersions:
vite: "*"
vitest: "*"