-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
48 lines (40 loc) · 871 Bytes
/
pnpm-workspace.yaml
File metadata and controls
48 lines (40 loc) · 871 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
41
42
43
44
45
46
47
48
catalog:
"@astrojs/check": ^0.9.6
"@astrojs/starlight": ^0.37.6
"@types/node": ^22.12.0
astro: ^5.18.0
typescript: ^5.9.3
vue: ^3.5.29
catalogs:
ec:
astro-expressive-code: ^0.41.7
rehype-expressive-code: ^0.41.7
mdast:
mdast-util-from-markdown: ^2.0.3
mdast-util-gfm: ^3.1.0
mdast-util-to-hast: ^13.2.1
min:
"@expressive-code/core": ^0.41.7
expressive-code: ^0.41.7
typescript: ^5.5.0
twoslash:
"@vue/language-core": ^3.2.5
twoslash-protocol: ^0.3.6
twoslash-eslint: ^0.3.6
packages:
- packages/@ec-ts/*
- packages/*
- docs
- playground
linkWorkspacePackages: true
minimumReleaseAge: 4320
minimumReleaseAgeExclude:
- studiocms
- "@studiocms/*"
- "@withstudiocms/*"
onlyBuiltDependencies:
- "@swc/core"
- esbuild
- sharp
preferWorkspacePackages: true
saveWorkspaceProtocol: false