Update yarn to 4.5.1

This commit is contained in:
Vitaly Rtishchev
2024-10-23 21:07:58 +04:00
parent 763f36480d
commit 2dabfc6ca4
3 changed files with 366 additions and 357 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
nodeLinker: node-modules nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.5.0.cjs yarnPath: .yarn/releases/yarn-4.5.1.cjs

View File

@ -66,5 +66,5 @@
"ts-jest": "^29.1.5", "ts-jest": "^29.1.5",
"typescript": "5.5.2" "typescript": "5.5.2"
}, },
"packageManager": "yarn@4.5.0" "packageManager": "yarn@4.5.1"
} }