Skip to content

Commit

Permalink
Update yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 17, 2021
1 parent b5c2ad2 commit a2012c6
Show file tree
Hide file tree
Showing 6 changed files with 1,074 additions and 1,073 deletions.
631 changes: 0 additions & 631 deletions .yarn/releases/yarn-3.0.2.cjs

This file was deleted.

632 changes: 632 additions & 0 deletions .yarn/releases/yarn-3.1.0-rc.5.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc
@@ -1,3 +1,3 @@
# Use Yarn 3
# This path should always match the one in .yarnrc.yml
yarn-path ".yarn/releases/yarn-3.0.2.cjs"
yarn-path ".yarn/releases/yarn-3.1.0-rc.5.cjs"
2 changes: 1 addition & 1 deletion .yarnrc.yml
Expand Up @@ -35,4 +35,4 @@ releaseTool:
unsafeHttpWhitelist:
- localhost

yarnPath: .yarn/releases/yarn-3.0.2.cjs
yarnPath: .yarn/releases/yarn-3.1.0-rc.5.cjs
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"test:runtime:bundlers": "node test/runtime-integration/bundlers.cjs",
"test:runtime:node": "node test/runtime-integration/node.cjs"
},
"packageManager": "yarn@3.0.2",
"packageManager": "yarn@3.1.0-rc.5",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
Expand Down

0 comments on commit a2012c6

Please sign in to comment.