ui: update core yarn v

This commit is contained in:
nick-delirium 2025-01-20 10:42:16 +01:00
parent 74637f3042
commit 325937dc4e
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
3 changed files with 2 additions and 936 deletions

File diff suppressed because one or more lines are too long

View file

@ -4,4 +4,4 @@ enableGlobalCache: true
nodeLinker: pnpm
yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs

View file

@ -149,5 +149,5 @@
"engines": {
"node": ">=20.18.0"
},
"packageManager": "yarn@4.5.1"
"packageManager": "yarn@4.6.0"
}