Skip to content

Q: Duplicate dependencies? nsfw@^1.2.9 and nsfw@^2.1.2 #9281

Answered by vince-fugnitto
kittaakos asked this question in Q&A
Discussion options

You must be logged in to vote

cc @marechal-p I believe @theia/eslint-plugin does not get bumped during releases:

{
"private": true,
"name": "@theia/eslint-plugin",
"version": "1.11.0",
"description": "Custom ESLint rules for developing Theia extensions and applications",
"dependencies": {
"@theia/core": "1.11.0"
}
}

It pulls an older version of core which has an older version of nsfw.
I know that @theia/eslint-plugin is not published so downstream applications will not have two versions of nsfw.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@paul-marechal
Comment options

Answer selected by paul-marechal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants