concurrently 6.x depends on rxjs 6, and every version of rxjs is a massive dependency. Most other projects - including this one! - depend on rxjs 7 now, so having an indirect dependency on rxjs 6 forces them to include the same huge package twice.
Updating to concurrently 7.2.2 or higher would resolve this. #590 #848
concurrently6.x depends onrxjs6, and every version ofrxjsis a massive dependency. Most other projects - including this one! - depend onrxjs7 now, so having an indirect dependency onrxjs6 forces them to include the same huge package twice.Updating to
concurrently7.2.2 or higher would resolve this. #590 #848