We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are some libraries which has js-yaml as it's peer dependency.
js-yaml
eslint/7.15.0 /@eslint/eslintrc/0.2.2: => js-yaml: 3.14.1 jest/[email protected] => @jest/core/[email protected] => @jest/transform/26.6.2/ => babel-plugin-istanbul/6.1.1: => /@istanbuljs/load-nyc-config/1.1.0: => js-yaml: 3.14.1 @nestjs/cli/[email protected] => fork-ts-checker-webpack-plugin/9.0.2_jkke4aekx6qisbjiah2hkrbtyy => cosmiconfig/[email protected]: => js-yaml: 4.1.0 @compodoc/compodoc/[email protected]=> cosmiconfig/[email protected]: => js-yaml: 4.1.0 eslint/7.15.0: => js-yaml: 3.14.1 @energyweb/issuer-api/0.6.2-alpha.1646058469.0_xopg3sgvptdwdhuxuxidphnbby => ew-precise-proofs-js/1.1.0: => build/0.1.4 => /jxLoader/0.1.1: => js-yaml: 0.3.7 @energyweb/issuer/6.0.2-alpha.1646058469.0 => ew-precise-proofs-js/1.1.0: => build/0.1.4 => /jxLoader/0.1.1: => js-yaml: 0.3.7 mocha/10.4.0: => js-yaml: 4.1.0 typeorm/[email protected]: => js-yaml: 4.1.0
Note
We have already upgraded the js-yaml greater than the patched version >3.13.1. But @energyweb/issuer-api is incompatible with the patched version.
>3.13.1
@energyweb/issuer-api
So We need to resolve it only when the @energyweb/issuer-api releases which is compatible with js-yaml>3.13.1.
js-yaml>3.13.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are some libraries which has
js-yaml
as it's peer dependency.Note
We have already upgraded the
js-yaml
greater than the patched version>3.13.1
.But
@energyweb/issuer-api
is incompatible with the patched version.So We need to resolve it only when the
@energyweb/issuer-api
releases which is compatible withjs-yaml>3.13.1
.The text was updated successfully, but these errors were encountered: