-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
55 lines (50 loc) · 1.33 KB
/
pnpm-workspace.yaml
File metadata and controls
55 lines (50 loc) · 1.33 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
catalog:
'@changesets/cli': ^2.29.4
'@eslint-community/eslint-plugin-eslint-comments': 4.7.1
'@eslint/json': 1.2.0
'@j178/prek': ^0.3.8
'@prettier/plugin-xml': ^3.4.2
'@stylistic/eslint-plugin': 5.10.0
'@tsconfig/strictest': ^2.0.8
'@types/cross-spawn': ^6.0.6
'@types/node': ^25.5.0
'@vitest/coverage-v8': ^4.1.2
'@vitest/eslint-plugin': 1.6.14
console-fail-test: 0.6.1
cross-spawn: ^7.0.6
eslint: ^10.0.0
eslint-plugin-format: 2.0.1
eslint-plugin-import-x: 4.16.2
eslint-plugin-jsdoc: 62.9.0
eslint-plugin-n: 17.24.0
eslint-plugin-only-warn: 1.2.1
eslint-plugin-pnpm: 1.6.0
eslint-plugin-promise: ^7.2.1
eslint-plugin-regexp: 3.1.0
eslint-plugin-unicorn: ^64.0.0
eslint-plugin-yml: 3.3.1
find-up-simple: ^1.0.1
jiti: ^2.6.1
markdownlint: ^0.40.0
prettier: ^3.8.3
prettier-plugin-css-order: 2.2.0
prettier-plugin-multiline-arrays: 4.1.5
prettier-plugin-packagejson: 3.0.2
prettier-plugin-sort-json: 4.2.0
turbo: ^2.5.4
typescript: ^5.9.3
typescript-eslint: 8.58.0
valibot: 1.3.1
vitest: ^4.1.2
yaml: ^2.8.3
hoist: false
onlyBuiltDependencies:
- '@j178/prek'
- esbuild
packages:
- 'packages/*'
peerDependencyRules:
allowedVersions:
# https://github.com/eslint-community/eslint-plugin-promise/issues/616
eslint-plugin-promise>eslint: '>=10'
strictPeerDependencies: true