-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
pnpm-workspace.yaml
48 lines (48 loc) · 1.02 KB
/
pnpm-workspace.yaml
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
catalog:
astro: ^5.1.1
astro-integration-kit: ~0.18.0
'@astrojs/compiler': ^2.10.3
'@astrojs/sitemap': ^3.2.1
'@astrojs/node': ^9.0.0
'@astrojs/starlight': ^0.30.3
'@astrojs/internal-helpers': ^0.4.2
'@types/content-type': ^1.1.8
'@types/debug': ^4.1.12
'@types/hast': ^3.0.4
'@types/node': ^22.10.3
'@faker-js/faker': ^9.3.0
'@lunariajs/core': ^0.1.1
'@playwright/test': ^1.49.1
content-type: ^1.0.5
debug: ^4.4.0
devalue: ^5.1.1
sitemap: ^8.0.0
ast-types: ^0.14.2
estree-walker: ^3.0.3
magic-string: ^0.30.17
nanostores: ^0.11.3
recast: ^0.23.9
rehype: ^13.0.2
upath: ^2.0.1
tsup: 8.3.5
typescript: ^5.7.2
vite: ^6.0.6
vitest: ^2.1.8
'@vitest/ui': ^2.1.8
'@vitest/coverage-v8': ^2.1.8
jest-extended: ^4.0.2
catalogs:
lax:
astro: ^5
'@astrojs/starlight': ^0.30
min:
astro: ^5
astro-integration-kit: ~0.17 || ~0.18
vite: ^4 || ^5 || ^6
packages:
- turbo
- docs
- packages/*
- examples/*
- packages/*/tests/fixture/*
- packages/*/e2e/fixture/*