fix(npm): add legacy-peer-deps to skip intra-workspace peer checks

When bumping all packages to the same version sequentially, npm v7+
rejects the intermediate state where common@<new> doesn't satisfy
im's peerDep >=0.2.0. All packages are published together so the
constraint is always satisfied in the final released state.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
XuqmGroup 2026-04-29 15:26:45 +08:00
父节点 4996d2cf7e
当前提交 cac5a39e2b

1
.npmrc
查看文件

@ -1 +1,2 @@
registry=https://nexus.xuqinmin.com/repository/npm/
legacy-peer-deps=true