build: move pnpm settings (#1338)

This commit is contained in:
Jiralite
2026-07-08 19:59:25 +00:00
committed by GitHub
parent 5f422588fe
commit fa8b82e746
3 changed files with 27 additions and 44 deletions
+1 -22
View File
@@ -60,26 +60,5 @@
"knip": "catalog:",
"tsx": "catalog:"
},
"packageManager": "pnpm@10.29.3",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "*"
},
"ignoreMissing": [
"webpack",
"babel-plugin-macros"
]
},
"overrides": {
"@lingui/swc-plugin": "catalog:",
"@rspack/cli": "catalog:",
"@rspack/core": "catalog:",
"@floating-ui/dom": "1.7.5"
},
"patchedDependencies": {
"@phosphor-icons/react@2.1.10": "patches/@phosphor-icons__react@2.1.10.patch",
"@hono/node-server@1.19.9": "patches/@hono__node-server@1.19.9.patch"
}
}
"packageManager": "pnpm@10.29.3"
}