Update yarn to 4.12.0

This commit is contained in:
Vitaly Rtishchev
2025-11-23 15:22:25 +03:00
parent 3aace0002e
commit ab5cab23bb
3 changed files with 193 additions and 193 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.11.0.cjs
yarnPath: .yarn/releases/yarn-4.12.0.cjs

View File

@ -63,5 +63,5 @@
"typescript": "5.9.3",
"typescript-eslint": "^8.46.0"
},
"packageManager": "yarn@4.11.0"
"packageManager": "yarn@4.12.0"
}