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
The dependency package dedent is using babel-plugin-macros in "^3.1.0" https://github.com/ttag-org/babel-plugin-ttag/blob/v1.8.15/package.json#L35
dedent
babel-plugin-macros
which throws warning using yarn
➤ YN0060: │ babel-plugin-ttag@npm:1.8.15 provides babel-plugin-macros (p9bc37) with version 2.8.0, which doesn't satisfy what dedent requests
The possible solution is to upgrade babel-plugin-macros from "^2.8.0" to "^3.1.0" in the package.json https://github.com/ttag-org/babel-plugin-ttag/blob/v1.8.15/package.json
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The dependency package
dedent
is usingbabel-plugin-macros
in "^3.1.0"https://github.com/ttag-org/babel-plugin-ttag/blob/v1.8.15/package.json#L35
which throws warning using yarn
Solution
The possible solution is to upgrade
babel-plugin-macros
from "^2.8.0" to "^3.1.0" in the package.jsonhttps://github.com/ttag-org/babel-plugin-ttag/blob/v1.8.15/package.json
The text was updated successfully, but these errors were encountered: