You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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?
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?
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.
The text was updated successfully, but these errors were encountered: