Switch to Yarn Berry

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2023-05-28 18:31:11 +02:00 committed by Tilman Vatteroth
parent a5c15a3645
commit 555d92ca8d
4 changed files with 887 additions and 2 deletions

9
.gitignore vendored
View file

@ -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

873
.yarn/releases/yarn-3.5.1.cjs vendored Executable file

File diff suppressed because one or more lines are too long

2
.yarnrc.yml Normal file
View file

@ -0,0 +1,2 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.5.1.cjs

View file

@ -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"
}