Use Yarn 3.1 stable (#13885)

This commit is contained in:
Nicolò Ribaudo 2021-10-26 19:23:23 +02:00 committed by GitHub
parent fb7ddf4d38
commit 248aa9d302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 211 additions and 211 deletions

File diff suppressed because one or more lines are too long

View File

@ -35,4 +35,4 @@ releaseTool:
unsafeHttpWhitelist: unsafeHttpWhitelist:
- localhost - localhost
yarnPath: .yarn/releases/yarn-sources.cjs yarnPath: .yarn/releases/yarn-3.1.0.cjs

View File

@ -16,7 +16,7 @@
"test:runtime:bundlers": "node test/runtime-integration/bundlers.cjs", "test:runtime:bundlers": "node test/runtime-integration/bundlers.cjs",
"test:runtime:node": "node test/runtime-integration/node.cjs" "test:runtime:node": "node test/runtime-integration/node.cjs"
}, },
"packageManager": "yarn@3.1.0-rc.10", "packageManager": "yarn@3.1.0",
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.14.8", "@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0", "@babel/core": "^7.15.0",