-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
57 lines (48 loc) · 1 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
57 lines (48 loc) · 1 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
packages:
- "packages/*"
allowBuilds:
esbuild: true
lefthook: true
catalogs:
dev:
"@types/mdast": 4.0.4
"@types/node": ^26.1.2
typescript: 6.0.3
test:
"@vitest/coverage-v8": 4.1.10
vitest: 4.1.10
vite: npm:@voidzero-dev/vite-plus-core@0.2.9
vite-plus: 0.2.9
lint:
case-police: ^2.2.1
jscpd: 5.0.16
linkinator: ^8.0.3
markdownlint-cli: ^0.49.1
runtime:
mdast-util-to-string: 4.0.0
remark-frontmatter: 5.0.0
remark-gfm: 4.0.1
remark-parse: 11.0.0
unified: 11.0.5
valibot: 1.4.2
yaml: 2.9.0
build:
lefthook: ^2.1.10
turbo: ^2.10.8
minimumReleaseAgeExclude:
- jscpd-darwin-arm64@5.0.16
- jscpd-darwin-x64@5.0.16
- jscpd-linux-arm64-gnu@5.0.16
- jscpd-linux-x64-gnu@5.0.16
- jscpd-linux-x64-musl@5.0.16
- jscpd-windows-x64-msvc@5.0.16
- jscpd@5.0.16
overrides:
esbuild: "0.28.2"
nanoid: "3.3.18"
vite: catalog:test
vitest: catalog:test
peerDependencyRules:
allowedVersions:
vite: "*"
vitest: "*"