Update Yarn to v3.5.0 (#15879)

This commit is contained in:
renovate[bot] 2023-03-19 21:40:00 +00:00 committed by GitHub
parent a5ea7b33b0
commit d5bc892bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 260 additions and 260 deletions

File diff suppressed because one or more lines are too long

View File

@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools" spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.4.1.cjs yarnPath: .yarn/releases/yarn-3.5.0.cjs

View File

@ -257,5 +257,5 @@
"trailingComma": "es5", "trailingComma": "es5",
"arrowParens": "always" "arrowParens": "always"
}, },
"packageManager": "yarn@3.4.1" "packageManager": "yarn@3.5.0"
} }