Update yarn to 4.2.2

This commit is contained in:
Vitaly Rtishchev
2024-05-24 15:15:52 +04:00
parent 2def41a2e3
commit be152406ef
3 changed files with 297 additions and 296 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.1.1.cjs yarnPath: .yarn/releases/yarn-4.2.2.cjs

View File

@ -68,5 +68,5 @@
"ts-jest": "^29.1.2", "ts-jest": "^29.1.2",
"typescript": "5.4.2" "typescript": "5.4.2"
}, },
"packageManager": "yarn@4.1.1" "packageManager": "yarn@4.2.2"
} }