-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
57 lines (57 loc) · 1.42 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
57 lines (57 loc) · 1.42 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
packages:
- "apps/*"
- "packages/*"
overrides:
"shadcn>zod": "3.25.76"
vite: "catalog:"
vitest: "catalog:"
allowBuilds:
"@fission-ai/openspec": true
"@scarf/scarf": false
"@tree-sitter-grammars/tree-sitter-yaml": false
core-js-pure: false
esbuild: true
msw: true
protobufjs: false
sharp: true
tree-sitter: false
tree-sitter-json: false
workerd: true
minimumReleaseAgeExclude:
- "@hookform/resolvers@5.7.1"
- "@voidzero-dev/vite-plus-core@0.2.8"
- "@voidzero-dev/vite-plus-darwin-arm64@0.2.8"
- "@voidzero-dev/vite-plus-darwin-x64@0.2.8"
- "@voidzero-dev/vite-plus-linux-arm64-gnu@0.2.8"
- "@voidzero-dev/vite-plus-linux-arm64-musl@0.2.8"
- "@voidzero-dev/vite-plus-linux-x64-gnu@0.2.8"
- "@voidzero-dev/vite-plus-linux-x64-musl@0.2.8"
- "@voidzero-dev/vite-plus-win32-arm64-msvc@0.2.8"
- "@voidzero-dev/vite-plus-win32-x64-msvc@0.2.8"
- vite-plus@0.2.8
catalog:
"@types/bcryptjs": "^2.4.6"
"@types/node": "^24.0.0"
"@types/pg": "^8.20.0"
"@types/react": "^19.1.0"
"@types/react-dom": "^19.1.0"
"@types/uuid": "^10.0.0"
bcryptjs: "^2.4.3"
drizzle-orm: "^0.39.0"
pg: "^8.22.0"
react: "^19.1.0"
react-dom: "^19.1.0"
tsx: "^4.23.1"
typescript: "^7.0.0"
uuid: "^11.0.0"
vite: npm:@voidzero-dev/vite-plus-core@0.2.8
vite-plus: 0.2.8
vitest: 4.1.10
zod: "^4.4.3"
peerDependencyRules:
allowAny:
- vite
- vitest
allowedVersions:
vite: "*"
vitest: "*"