Update yarn to 4.9.2

This commit is contained in:
Vitaly Rtishchev
2025-06-14 09:39:55 +04:00
parent d8fddcc1d7
commit e4d565fca8
3 changed files with 274 additions and 280 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.1.cjs
yarnPath: .yarn/releases/yarn-4.9.2.cjs

View File

@ -61,5 +61,5 @@
"typescript": "5.8.3",
"typescript-eslint": "^8.34.0"
},
"packageManager": "yarn@4.9.1"
"packageManager": "yarn@4.9.2"
}