Update yarn to 4.10.2

This commit is contained in:
Vitaly Rtishchev
2025-09-18 21:44:51 +03:00
parent f3ab9bddb7
commit 8926c997b9
3 changed files with 329 additions and 329 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.9.4.cjs
yarnPath: .yarn/releases/yarn-4.10.2.cjs

View File

@ -63,5 +63,5 @@
"typescript": "5.9.2",
"typescript-eslint": "^8.43.0"
},
"packageManager": "yarn@4.9.4"
"packageManager": "yarn@4.10.2"
}