Update yarn to 4.2.2

This commit is contained in:
Vitaly Rtishchev 2024-05-24 15:16:25 +04:00
parent dfb6dc1582
commit ffbd248749
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

@ -33,5 +33,5 @@
"typescript": "^5.4.2", "typescript": "^5.4.2",
"vite": "^5.1.6" "vite": "^5.1.6"
}, },
"packageManager": "yarn@4.1.1" "packageManager": "yarn@4.2.2"
} }