Update yarn to 4.4.0

This commit is contained in:
Vitaly Rtishchev
2024-08-05 20:16:48 +04:00
parent da7b03909f
commit 758f433e62
4 changed files with 927 additions and 896 deletions

File diff suppressed because one or more lines are too long

925
.yarn/releases/yarn-4.4.0.cjs vendored Executable file

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.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs

View File

@ -68,5 +68,5 @@
"ts-jest": "^29.1.5",
"typescript": "5.5.2"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.0"
}