⬆️ upgrade yarn from v4.7.0 to v4.9.1 (#5014)

* upgrade yarn from v4.7.0 to v4.9.1

* note
This commit is contained in:
Matt Fiddaman
2025-05-18 14:22:37 -04:00
committed by GitHub
parent 7dbb3404f1
commit 99768a9aae
5 changed files with 957 additions and 938 deletions

View File

@@ -85,7 +85,7 @@
},
"engines": {
"node": ">=20",
"yarn": "^4.7.0"
"yarn": "^4.9.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,md,json,yml}": [
@@ -93,7 +93,7 @@
"prettier --write"
]
},
"packageManager": "yarn@4.7.0",
"packageManager": "yarn@4.9.1",
"browserslist": [
"electron 24.0",
"defaults"