-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
94 lines (85 loc) · 2.39 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
94 lines (85 loc) · 2.39 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
packages:
- packages/*
- examples/*
- website
allowBuilds:
core-js: false
simple-git-hooks: false
catalogMode: prefer
cleanupUnusedCatalogs: true
catalog:
'@rsbuild/core': '~2.1.10'
'@rsbuild/plugin-react': '^2.1.0'
'@rsbuild/plugin-sass': '^2.0.1'
'@rslib/core': '~1.0.0-beta.1'
'@rslint/core': '~0.7.2'
'@rspress/core': '^2.0.19'
'@rspress/plugin-client-redirects': '^2.0.19'
'@rspress/plugin-sitemap': '^2.0.19'
'@rstack-dev/doc-ui': '1.14.7'
'@rstackjs/load-config': ^0.1.2
'@rstackjs/test-utils': ^0.2.0
'@rstest/adapter-rsbuild': '~0.11.5'
'@rstest/adapter-rslib': '~0.11.5'
'@rstest/core': '~0.11.5'
'@testing-library/dom': '^10.4.1'
'@testing-library/jest-dom': '^7.0.0'
'@testing-library/react': '^16.3.2'
'@types/micromatch': '^4.0.10'
'@types/node': '^24.13.3'
'@types/react': '^19.2.18'
'@types/react-dom': '^19.2.4'
'@shikijs/transformers': '^4.4.1'
'cspell-ban-words': '^0.0.4'
'happy-dom': '^20.11.1'
'heading-case': '^1.1.4'
ignore: 7.0.6
'import-meta-resolve': '4.2.0'
is-binary-path: 3.0.0
'lint-staged': '^17.3.0'
'micromatch': '4.0.8'
prettier: '3.9.6'
'react': '^19.2.8'
'react-dom': '^19.2.8'
'rsbuild-plugin-open-graph': '^1.1.3'
rslog: ^2.3.0
'rspress-plugin-font-open-sans': '^1.0.4'
'sort-package-json': '4.0.0'
tinypool: '2.1.0'
tiny-readdir: 3.1.1
'typescript': '^7.0.2'
yuku-parser: '0.8.3'
dedupePeers: true
autoInstallPeers: false
engineStrict: true
hoistPattern: []
# Reduce the risk of installing compromised packages
minimumReleaseAge: 1440
minimumReleaseAgeExclude:
- '@yuku-parser/binding-android-arm64@0.8.3'
- '@yuku-parser/binding-darwin-arm64@0.8.3'
- '@yuku-parser/binding-darwin-x64@0.8.3'
- '@yuku-parser/binding-freebsd-x64@0.8.3'
- '@yuku-parser/binding-linux-arm-gnu@0.8.3'
- '@yuku-parser/binding-linux-arm-musl@0.8.3'
- '@yuku-parser/binding-linux-arm64-gnu@0.8.3'
- '@yuku-parser/binding-linux-arm64-musl@0.8.3'
- '@yuku-parser/binding-linux-x64-gnu@0.8.3'
- '@yuku-parser/binding-linux-x64-musl@0.8.3'
- '@yuku-parser/binding-win32-arm64@0.8.3'
- '@yuku-parser/binding-win32-x64@0.8.3'
- '@yuku-toolchain/types@0.8.3'
- 'yuku-ast@0.8.3'
- 'yuku-parser@0.8.3'
- '@rspack/*'
- '@rsbuild/*'
- '@rslib/*'
- '@rspress/*'
- '@rstest/*'
- '@rslint/*'
- '@rstackjs/*'
- 'rslog'
- '@rstack-dev/doc-ui'
- 'rsbuild-plugin-*'
- '@swc/*'
- 'heading-case'