-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
40 lines (39 loc) · 806 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
40 lines (39 loc) · 806 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
catalogs:
cloudflare:
'@nuxthub/core': 0.10.7
wrangler: 4.81.1
css:
tailwindcss: 4.2.2
icon:
'@iconify-json/heroicons-solid': 1.2.1
'@iconify-json/lucide': 1.2.102
nuxt:
'@nuxt/a11y': 1.0.0-alpha.1
'@nuxt/ui': 4.6.1
nuxt: 4.4.2
test:
'@nuxt/eslint': 1.15.2
'@nuxt/eslint-config': 1.15.2
'@nuxt/test-utils': 4.0.2
'@vue/test-utils': 2.4.6
happy-dom: 20.8.9
vitest: 4.1.4
typescript:
vue-tsc: 3.2.6
vue:
vue: 3.5.32
vue-router: 5.0.4
vp:
vite: npm:@voidzero-dev/vite-plus-core@0.1.16
vitest: npm:@voidzero-dev/vite-plus-test@0.1.16
vite-plus: 0.1.16
overrides:
vite: 'catalog:vp'
vitest: 'catalog:vp'
peerDependencyRules:
allowAny:
- vite
- vitest
allowedVersions:
vite: '*'
vitest: '*'