microsoft / fast

The adaptive interface system for modern web experiences.
https://www.fast.design
Other
9.17k stars 587 forks source link

Replace lerna and yarn with npm workspaces #7000

Closed janechu closed 3 weeks ago

janechu commented 4 weeks ago

Pull Request

📖 Description

This change replaces yarn and lerna with npm workspaces. This should help a lot with dependency management as we were on yarn 1 which had a fairly heavily manipulated dependency tree.

The changes also upgrade most dependencies to their latest versions and the changes may reflect this, such as updating all versions of webpack to webpack 5.

✅ Checklist

General