Update yarn to 4.5.0

This commit is contained in:
Vitaly Rtishchev
2024-09-25 18:42:49 +04:00
parent aa2c27d9b9
commit ba896e0c50
3 changed files with 163 additions and 163 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.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs

View File

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