-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
105 lines (93 loc) · 2.58 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
105 lines (93 loc) · 2.58 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
packages:
- packages/*
allowBuilds:
esbuild@0.28.1: true
sharp@0.34.5: true
autoInstallPeers: false
catalogs:
dev:
"@arethetypeswrong/core": 0.18.2
"@changesets/cli": 2.31.0
"@changesets/changelog-github": 0.7.0
"@eslint-community/eslint-plugin-eslint-comments": 4.7.0
"@eslint/js": 10.0.1
"@eslint/markdown": 8.0.0
"@typescript-eslint/eslint-plugin": 8.64.0
"@types/language-tags": 1.0.4
"@types/mdast": 4.0.4
"@types/node": 26.1.2
"@types/omit-empty": 1.0.4
"@vitest/coverage-v8": 4.1.0
"@vitest/eslint-plugin": 1.6.1
console-fail-test: 0.6.1
eslint: 10.8.0
eslint-plugin-jsdoc: 63.0.2
eslint-plugin-jsonc: 3.3.0
eslint-plugin-n: 18.2.1
eslint-plugin-package-json: 1.6.0
eslint-plugin-perfectionist: 5.10.0
eslint-plugin-regexp: 3.1.0
eslint-plugin-yml: 3.4.0
execa: 9.6.1
husky: 9.1.7
jiti: 2.7.0
knip: 6.31.0
lint-staged: 17.0.2
prettier: 3.8.1
prettier-plugin-astro: 0.14.1
prettier-plugin-curly: 0.4.1
prettier-plugin-packagejson: 3.0.0
prettier-plugin-sentences-per-line: 0.2.0
prettier-plugin-sh: 0.19.0
tsdown: 0.22.3
typescript: 6.0.3
typescript-eslint: 8.64.0
vitest: 4.1.0
vitest-ansi-serializer: 0.2.1
zod: 4.4.1
site:
"@astrojs/check": 0.9.10
"@astrojs/markdown-remark": 7.2.2
"@astrojs/react": 6.0.2
"@astrojs/starlight": 0.41.6
"@expressive-code/core": 0.44.1
"@konami-emoji-blast/astro": 0.3.0
"@types/markdown-it": 14.1.2
"@types/react": 19.2.18
"@types/react-dom": 19.2.4
astro: 7.1.6
astro-og-canvas: 0.13.0
canvaskit-wasm: 0.41.1
clsx: 2.1.1
expressive-code: 0.44.1
expressive-code-twoslash: 0.6.1
konami-emoji-blast: 0.7.0
markdown-it: 14.3.0
react: 19.2.8
react-dom: 19.2.8
remark-add-twoslash: 0.0.1
remark-custom-heading-id: 2.0.0
sharp: 0.35.3
starlight-blog: 0.28.0
starlight-links-validator: 0.25.2
starlight-package-managers: 0.12.0
starlight-sidebar-topics: 0.8.0
dedupePeers: true
disallowWorkspaceCycles: true
engineStrict: true
nodeVersion: 26.7.0
overrides:
read-package-up: 12.0.0
unicorn-magic: 0.4.0
peerDependencyRules:
allowedVersions:
"@konami-emoji-blast/astro>astro": "7"
eslint-plugin-import>eslint: "10"
eslint-plugin-jsx-a11y>eslint: "10"
eslint-plugin-react>eslint: "10"
eslint-plugin-solid>eslint: "10"
expressive-code-twoslash>@expressive-code/core: "0.44"
expressive-code-twoslash>expressive-code: "0.44"
typescript: "6"
shellEmulator: true
strictPeerDependencies: true