openapi-generator-cli icon indicating copy to clipboard operation
openapi-generator-cli copied to clipboard

update dependency on concurrently

Open dynst opened this issue 7 months ago • 1 comments

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

dynst avatar May 25 '25 21:05 dynst

can you please file a PR with the suggested fix?

wing328 avatar May 26 '25 01:05 wing328

:tada: This issue has been resolved in version 2.21.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Jul 15 '25 09:07 github-actions[bot]