Update Yarn to v4 (#81176)

* Update Yarn to v4

* add back bundled yarn

* properly

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
renovate[bot]
2024-01-24 18:48:34 +02:00
committed by GitHub
parent 1090d55b54
commit b4ae711825
6 changed files with 6 additions and 6 deletions

View File

@@ -66,5 +66,5 @@
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
"dev": "webpack -w -c ./webpack.config.ts --env development"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@4.0.2"
}