openapi-generator-cli
openapi-generator-cli copied to clipboard
update dependency on concurrently
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
can you please file a PR with the suggested fix?
:tada: This issue has been resolved in version 2.21.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket: