From cac5a39e2b7b00b37fc7a9df8fcb538195b25c60 Mon Sep 17 00:00:00 2001 From: XuqmGroup Date: Wed, 29 Apr 2026 15:26:45 +0800 Subject: [PATCH] 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@ 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 --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 3749999..4c90009 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ registry=https://nexus.xuqinmin.com/repository/npm/ +legacy-peer-deps=true