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

Investigate expected functionality of dependencies #1212

Open
eAlasdair opened this issue Dec 15, 2019 · 0 comments
Open

Investigate expected functionality of dependencies #1212

eAlasdair opened this issue Dec 15, 2019 · 0 comments

Comments

@eAlasdair
Copy link
Contributor

Every interactive that uses a third-party library has its own package.json file listing the versions of each dependency it requires. However, I have noticed that all interactives that use a library will use the same version of it – even if the jsons specify different versions. If the dependency is defined elsewhere an interactive doesn't even need its own package.json (except to be self-contained). Plus they don't necessarily use the latest version of all the ones defined.

We should investigate if this is expected functionality, as well as the potential effects this could have on future interactives needing newer versions of existing dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant