Update Yarn to v4 (#81575)

update yarn version

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
renovate[bot] 2024-01-30 17:46:36 +02:00 committed by GitHub
parent 69a1e7b510
commit 27f3cec094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,5 +51,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"
}