mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 10:16:32 -05:00
Switch to Yarn Berry
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
a5c15a3645
commit
555d92ca8d
4 changed files with 14 additions and 2 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -28,3 +28,12 @@ public/uploads/*
|
|||
!public/uploads/.gitkeep
|
||||
|
||||
site/
|
||||
|
||||
# Yarn 2+ without zero-installs
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
|
BIN
.yarn/releases/yarn-3.5.1.cjs
vendored
Executable file
BIN
.yarn/releases/yarn-3.5.1.cjs
vendored
Executable file
Binary file not shown.
2
.yarnrc.yml
Normal file
2
.yarnrc.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
nodeLinker: node-modules
|
||||
yarnPath: .yarn/releases/yarn-3.5.1.cjs
|
|
@ -136,6 +136,7 @@
|
|||
"url": "https://github.com/hedgedoc/hedgedoc.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hedgedoc/codemirror-5": "5.65.12",
|
||||
"abcjs": "6.2.2",
|
||||
"babel-cli": "6.26.0",
|
||||
"babel-core": "6.26.3",
|
||||
|
@ -146,7 +147,6 @@
|
|||
"babel-runtime": "6.26.0",
|
||||
"bootstrap": "3.4.1",
|
||||
"bootstrap-validator": "0.11.9",
|
||||
"@hedgedoc/codemirror-5": "5.65.12",
|
||||
"copy-webpack-plugin": "6.4.1",
|
||||
"css-loader": "5.2.7",
|
||||
"emojify.js": "1.1.0",
|
||||
|
@ -209,5 +209,6 @@
|
|||
"optionalDependencies": {
|
||||
"bufferutil": "^4.0.0",
|
||||
"utf-8-validate": "^6.0.0"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@3.5.1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue