-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
58 lines (54 loc) · 1.05 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
58 lines (54 loc) · 1.05 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
allowBuilds:
"@parcel/watcher": true
esbuild: true
sharp: true
unrs-resolver: true
vue-demi: true
workerd: true
catalogs:
css:
"@tailwindcss/vite": 4.3.1
tailwindcss: 4.3.3
test:
"@vue/test-utils": 2.4.11
playwright: 1.62.1
vitest: 4.1.10
typescript:
"@types/node": 24.13.3
typescript: 7.0.2
vite:
vite: 8.0.16
vue:
"@vue/server-renderer": 3.5.41
vue: 3.5.41
vuerend:
"@vuerend/core": 1.0.0-rc.2
musea:
"@vizejs/vite-plugin-musea": 0.345.0
axe-core: 4.13.0
esbuild: 0.28.1
vize:
"@vizejs/vite-plugin": 0.345.0
oxlint: 1.77.0
oxlint-plugin-vize: 0.345.0
vize: 0.345.0
vp:
vite: npm:@voidzero-dev/vite-plus-core@0.1.24
vite-plus: 0.1.24
vitest: npm:@voidzero-dev/vite-plus-test@0.1.24
peerDependencyRules:
allowAny:
- vite
- vitest
allowedVersions:
vite: "*"
vue: ">=3.5.31"
vitest: "*"
autoInstallPeers: false
minimumReleaseAgeExclude:
- "@voidzero-dev/*"
- vize
- "@vizejs/*"
- oxlint
- oxlint-plugin-vize
- "@vuerend/*"