Skip to content

Commit

Permalink
chore(project): update yarn to 3.0.0 (carbon-design-system#9379)
Browse files Browse the repository at this point in the history
* chore(project): update yarn to 3.0.0

* chore(project): update .yarnrc option for yarn-path
  • Loading branch information
joshblack authored Aug 2, 2021
1 parent 28355f7 commit 6444576
Show file tree
Hide file tree
Showing 6 changed files with 962 additions and 633 deletions.
358 changes: 323 additions & 35 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

591 changes: 0 additions & 591 deletions .yarn/releases/yarn-3.0.0-rc.1.cjs

This file was deleted.

631 changes: 631 additions & 0 deletions .yarn/releases/yarn-3.0.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1

yarn-path ".yarn/releases/yarn-3.0.0-rc.1.cjs"
yarn-path ".yarn/releases/yarn-3.0.0.cjs"
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.0.0-rc.1.cjs
yarnPath: .yarn/releases/yarn-3.0.0.cjs

0 comments on commit 6444576

Please sign in to comment.