Update Yarn to v4.2.1 (#87325)

* Update Yarn to v4.2.1

* add new yarn version

---------

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-05-03 18:10:51 +03:00
committed by GitHub
parent d1434fad3a
commit 6a696a976b
14 changed files with 271 additions and 270 deletions

View File

@@ -37,5 +37,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@4.1.1"
"packageManager": "yarn@4.2.1"
}