mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
fix(deps): update yarn to 4.4.1
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
27581051f8
commit
c5fa3bcfc4
6 changed files with 6 additions and 8 deletions
BIN
.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
vendored
BIN
.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
vendored
Binary file not shown.
BIN
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
vendored
BIN
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
vendored
Binary file not shown.
BIN
.yarn/releases/yarn-3.8.5.cjs
vendored
BIN
.yarn/releases/yarn-3.8.5.cjs
vendored
Binary file not shown.
BIN
.yarn/releases/yarn-4.4.1.cjs
vendored
Executable file
BIN
.yarn/releases/yarn-4.4.1.cjs
vendored
Executable file
Binary file not shown.
12
.yarnrc.yml
12
.yarnrc.yml
|
@ -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
|
||||
|
|
|
@ -209,5 +209,5 @@
|
|||
"bufferutil": "4.0.8",
|
||||
"utf-8-validate": "6.0.4"
|
||||
},
|
||||
"packageManager": "yarn@3.8.5"
|
||||
"packageManager": "yarn@4.4.1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue