Skip to content
New issue

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

Dependency warning for dedent #176

Open
adamsir opened this issue Feb 23, 2024 · 0 comments · May be fixed by #177
Open

Dependency warning for dedent #176

adamsir opened this issue Feb 23, 2024 · 0 comments · May be fixed by #177

Comments

@adamsir
Copy link

adamsir commented Feb 23, 2024

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

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

Solution

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

@adamsir adamsir linked a pull request Feb 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant