fix(deps): update yarn to 4.4.1

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2024-08-31 13:14:42 +02:00 committed by Philip Molares
parent 27581051f8
commit c5fa3bcfc4
6 changed files with 931 additions and 1452 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

View file

@ -1,9 +1,7 @@
compressionLevel: mixed
enableGlobalCache: false
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.8.5.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs

View file

@ -209,5 +209,5 @@
"bufferutil": "4.0.8",
"utf-8-validate": "6.0.4"
},
"packageManager": "yarn@3.8.5"
"packageManager": "yarn@4.4.1"
}