Open adamsir opened 8 months ago
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 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#L35which 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.json https://github.com/ttag-org/babel-plugin-ttag/blob/v1.8.15/package.json