Skip to content

Commit a388093

Browse files
committed
chore: update pnpm config
1 parent a02fad3 commit a388093

2 files changed

Lines changed: 37 additions & 10 deletions

File tree

pnpm-lock.yaml

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ allowBuilds:
55
core-js: false
66
simple-git-hooks: false
77

8+
catalogMode: prefer
9+
10+
cleanupUnusedCatalogs: true
11+
812
catalog:
913
'@playwright/test': '^1.60.0'
1014
'@rsbuild/core': '^2.1.1'
@@ -26,3 +30,25 @@ catalog:
2630
'react': '^19.2.7'
2731
'react-dom': '^19.2.7'
2832
'typescript': '^6.0.3'
33+
34+
dedupePeers: true
35+
36+
autoInstallPeers: false
37+
38+
engineStrict: true
39+
40+
hoistPattern: []
41+
42+
# Reduce the risk of installing compromised packages
43+
minimumReleaseAge: 1440
44+
minimumReleaseAgeExclude:
45+
- '@rspack/*'
46+
- '@rsbuild/*'
47+
- '@rslib/*'
48+
- '@rspress/*'
49+
- '@rstest/*'
50+
- '@rslint/*'
51+
- '@rstack-dev/doc-ui'
52+
- 'rsbuild-plugin-*'
53+
- '@swc/*'
54+
- 'heading-case'

0 commit comments

Comments
 (0)