Update yarn to 4.9.4

This commit is contained in:
Vitaly Rtishchev
2025-09-03 17:34:00 +03:00
parent 316114717a
commit 18effba097
3 changed files with 173 additions and 173 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.3.cjs
yarnPath: .yarn/releases/yarn-4.9.4.cjs

View File

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