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

Why typescript and ava declared both in the root and pkg? #3

Open
mtoso opened this issue Feb 17, 2018 · 2 comments
Open

Why typescript and ava declared both in the root and pkg? #3

mtoso opened this issue Feb 17, 2018 · 2 comments

Comments

@mtoso
Copy link

mtoso commented Feb 17, 2018

Hi,
thanks for making this example. I was wondering why typescript and ava are declared as devDependencies both in the root package.json and inside the single package.

@josh08h
Copy link

josh08h commented May 5, 2020

@mtoso I think you'd still want to declare your dependencies inside the single package. If you were to declare the superset of all workspace package dependencies only in the root package.json then what dependencies should you remove from the root package.json if you were to move a single package outside of the workspace?

@josh08h
Copy link

josh08h commented May 5, 2020

Is there any way to enforce global package versions across the workspace packages such that all packages use the same version of a particular dependency?

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

No branches or pull requests

2 participants