Why does @emotion/react depend on an outdated @types/parse-json version, and is there a plan to update it? #3355
satyakumar070497-oss
started this conversation in
General
Replies: 1 comment
-
|
Removing it right now would be a breaking change. We want to remove it in the next major release of Emotion. In the meantime... you could check if |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
we are using
@emotion/reactin a production React project and noticed that it pulls in an outdated transitive dependency:• @types/parse-json@4.0.2
This comes from the following dependency chain:
@emotion/react
→ @emotion/babel-plugin
→ babel-plugin-macros
→ cosmiconfig
→ @types/parse-json@4.0.2
There are no known vulnerabilities with this package, but it hasn’t been updated for a
long time and automated dependency scanners flag it as outdated or unmaintained.
Questions
Additional context
The dependency is not used directly by our application; it only appears through the
build pipeline. We are trying to determine whether this can be modernized or whether it
is expected for Emotion to rely on this older package.
Thanks for any guidance!
Satya.
Beta Was this translation helpful? Give feedback.
All reactions