Update yarn to 4.6.0

This commit is contained in:
Vitaly Rtishchev
2025-01-07 10:14:15 +04:00
parent 2d0e9095e9
commit 2bf3d76329
3 changed files with 288 additions and 288 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.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs

View File

@ -61,5 +61,5 @@
"typescript": "5.5.2",
"typescript-eslint": "^8.14.0"
},
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@4.6.0"
}