Update Yarn to v3.6.0 (#69437)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-05 10:43:09 +01:00 committed by GitHub
parent f80463a8a9
commit 73ca4e180a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 204 additions and 203 deletions

File diff suppressed because one or more lines are too long

View File

@ -35,7 +35,7 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: 'https://mskelton.dev/yarn-outdated/v2'
yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-3.6.0.cjs
# Uncomment the following lines if you want to use Verdaccio local npm registry. Read more at packages/README.md
# npmScopes:
# grafana:

View File

@ -440,5 +440,5 @@
"engines": {
"node": ">= 18"
},
"packageManager": "yarn@3.5.1"
"packageManager": "yarn@3.6.0"
}