forked from flint-fyi/flint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
98 lines (88 loc) · 2.38 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
98 lines (88 loc) · 2.38 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
packages:
- packages/*
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.58.1
"@types/language-tags": 1.0.4
"@types/mdast": 4.0.4
"@types/node": 24.13.1
"@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.4.1
eslint-plugin-jsdoc: 63.0.2
eslint-plugin-jsonc: 3.2.0
eslint-plugin-n: 18.0.0
eslint-plugin-package-json: 1.3.0
eslint-plugin-perfectionist: 5.9.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.16.1
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.18.0
rimraf: 6.1.2
tsdown: 0.21.0
typescript: 5.9.3
typescript-eslint: 8.58.1
vitest: 4.1.0
vitest-ansi-serializer: 0.2.1
zod: 4.4.1
site:
"@astrojs/check": 0.9.7
"@astrojs/react": 5.0.0
"@astrojs/starlight": 0.38.1
"@konami-emoji-blast/astro": 0.3.0
"@types/markdown-it": 14.1.2
"@types/react": 19.2.14
"@types/react-dom": 19.2.3
astro: 6.4.4
astro-og-canvas: 0.11.0
canvaskit-wasm: 0.41.0
clsx: 2.1.1
expressive-code-twoslash: 0.6.0
konami-emoji-blast: 0.7.0
markdown-it: 14.2.0
react: 19.2.4
react-dom: 19.2.4
remark-add-twoslash: 0.0.1
remark-custom-heading-id: 2.0.0
sharp: 0.34.5
starlight-blog: 0.26.1
starlight-links-validator: 0.24.0
starlight-package-managers: 0.12.0
starlight-sidebar-topics: 0.7.1
disallowWorkspaceCycles: true
engineStrict: true
nodeVersion: 24.15.0
onlyBuiltDependencies:
- esbuild@0.25.11
- sharp@0.34.5
overrides:
read-package-up: 12.0.0
unicorn-magic: 0.4.0
peerDependencyRules:
allowedVersions:
"@konami-emoji-blast/astro@0.2.0>astro": "6"
eslint-plugin-import>eslint: "10"
eslint-plugin-jsx-a11y>eslint: "10"
eslint-plugin-react>eslint: "10"
eslint-plugin-solid>eslint: "10"
shellEmulator: true
strictDepBuilds: true
strictPeerDependencies: true