DEV Community

Discussion on: Introducing Yarn 2 ! 🧢🌟

Collapse
 
presidenten profile image
Johan Hernefeldt • Edited

Do you handle transitive dependencies with yarn 2?
Like yarn add pkgA@^1.0.0 which references pkgB@^1.0.0 and then there is an update to pkgB to version 1.0.1.
Will there be some way to upgrade pkgB from our project without having to totally replace pkgA?