Update yarn to 4.8.1

This commit is contained in:
Vitaly Rtishchev
2025-04-08 19:38:26 +04:00
parent 8ace050a57
commit d425e334e9
3 changed files with 332 additions and 332 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.7.0.cjs
yarnPath: .yarn/releases/yarn-4.8.1.cjs

View File

@ -61,5 +61,5 @@
"typescript": "5.8.2",
"typescript-eslint": "^8.27.0"
},
"packageManager": "yarn@4.7.0"
"packageManager": "yarn@4.8.1"
}