mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
chore(deps): update yarn to v4.1.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
b38dbece19
commit
44d41a5ec5
11 changed files with 12 additions and 8 deletions
|
@ -3,6 +3,10 @@ Upstream-Name: hedgedoc
|
|||
Upstream-Contact: The HedgeDoc developers <license@hedgedoc.org>
|
||||
Source: https://github.com/hedgedoc/hedgedoc
|
||||
|
||||
Files: .yarn/releases/**
|
||||
Copyright: 2016-present, Yarn Contributors
|
||||
License: BSD-2-Clause
|
||||
|
||||
Files: .idea/**
|
||||
Copyright: 2021 The HedgeDoc developers (see AUTHORS file)
|
||||
License: CC0-1.0
|
||||
|
|
BIN
.yarn/releases/yarn-4.1.0.cjs.license
vendored
BIN
.yarn/releases/yarn-4.1.0.cjs.license
vendored
Binary file not shown.
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.1.0.cjs
|
||||
yarnPath: .yarn/releases/yarn-4.1.1.cjs
|
||||
|
|
|
@ -143,5 +143,5 @@
|
|||
"github-actions"
|
||||
]
|
||||
},
|
||||
"packageManager": "yarn@4.1.0"
|
||||
"packageManager": "yarn@4.1.1"
|
||||
}
|
||||
|
|
|
@ -66,5 +66,5 @@
|
|||
"ts-jest": "29.1.5",
|
||||
"typescript": "5.3.3"
|
||||
},
|
||||
"packageManager": "yarn@4.1.0"
|
||||
"packageManager": "yarn@4.1.1"
|
||||
}
|
||||
|
|
|
@ -9,5 +9,5 @@
|
|||
"devDependencies": {
|
||||
"markdownlint-cli2": "0.12.1"
|
||||
},
|
||||
"packageManager": "yarn@4.1.0"
|
||||
"packageManager": "yarn@4.1.1"
|
||||
}
|
||||
|
|
|
@ -169,5 +169,5 @@
|
|||
"typescript": "5.3.3",
|
||||
"user-agent-data-types": "0.4.2"
|
||||
},
|
||||
"packageManager": "yarn@4.1.0"
|
||||
"packageManager": "yarn@4.1.1"
|
||||
}
|
||||
|
|
|
@ -85,5 +85,5 @@
|
|||
"resolutions": {
|
||||
"@types/react": "18.2.55"
|
||||
},
|
||||
"packageManager": "yarn@4.1.0"
|
||||
"packageManager": "yarn@4.1.1"
|
||||
}
|
||||
|
|
|
@ -129,5 +129,5 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/hedgedoc/hedgedoc/issues"
|
||||
},
|
||||
"packageManager": "yarn@4.1.0"
|
||||
"packageManager": "yarn@4.1.1"
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"test": "dotenv -c test -- turbo run test --concurrency 1",
|
||||
"test:e2e:ci": "dotenv -c test -- turbo run test:e2e:ci"
|
||||
},
|
||||
"packageManager": "yarn@4.1.0",
|
||||
"packageManager": "yarn@4.1.1",
|
||||
"resolutions": {
|
||||
"@types/node": "20.11.18",
|
||||
"domhandler": "5.0.3",
|
||||
|
|
Loading…
Reference in a new issue