-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
40 lines (40 loc) · 849 Bytes
/
pnpm-workspace.yaml
File metadata and controls
40 lines (40 loc) · 849 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
37
38
39
40
packages:
- packages/*
catalog:
"@arethetypeswrong/cli": ^0.18.2
"@changesets/cli": ^2.30.0
"@total-typescript/tsconfig": ^1.0.4
"@tsconfig/strictest": ^2.0.8
"@types/debug": ^4.1.13
"@types/node": ^25.5.0
"@types/turndown": ^5.0.6
automd: ^0.4.3
citty: ^0.2.1
consola: ^3.4.2
cookie-es: ^3.1.1
debug: ^4.4.3
defu: ^6.1.4
env-paths: ^4.0.0
husky: ^9.1.7
knip: ^6.0.6
ofetch: ^1.5.1
pathe: ^2.0.3
temporal-polyfill: ^0.3.2
tsdoc-markdown: ^1.4.1
turndown: ^7.2.2
type-level-regexp: ^0.1.17
typescript: ^6.0.2
unbuild: ^3.6.1
vitest: npm:@voidzero-dev/vite-plus-test@latest
vite: npm:@voidzero-dev/vite-plus-core@latest
vite-plus: latest
overrides:
vite: "catalog:"
vitest: "catalog:"
peerDependencyRules:
allowAny:
- vite
- vitest
allowedVersions:
vite: "*"
vitest: "*"