Update yarn to 4.4.1

This commit is contained in:
Vitaly Rtishchev
2024-08-26 14:58:26 +04:00
parent b5c4c6d84c
commit 33f5de903b
3 changed files with 176 additions and 176 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.4.0.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs

View File

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