Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(package-lock): move yarn dependencies (#3097)
this pr moves yarn dependencies from the `dependencies` section of our package-lock.json to `dev-dependencies`. In #3082, we didn't use the npm cli to move these from dependencies->dev-dependencies during iteration of the feature. this PR puts them in the correct place.
- Loading branch information