ttag-org / babel-plugin-ttag

:blue_book: ttag - library for extracting and resolving gettext translations extract es6 localization
https://ttag.js.org
MIT License
28 stars 27 forks source link

Dependency warning for dedent #176

Open adamsir opened 8 months ago

adamsir commented 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

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