mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-17 23:41:40 -05:00
chore(deps): upgrade yarn to 4.5.1
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
f63a2dabc8
commit
42b75b7d93
9 changed files with 8 additions and 8 deletions
Binary file not shown.
|
@ -1,3 +1,3 @@
|
||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-4.4.1.cjs
|
yarnPath: .yarn/releases/yarn-4.5.1.cjs
|
||||||
|
|
|
@ -134,5 +134,5 @@
|
||||||
"github-actions"
|
"github-actions"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.4.1"
|
"packageManager": "yarn@4.5.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -66,5 +66,5 @@
|
||||||
"ts-jest": "29.2.5",
|
"ts-jest": "29.2.5",
|
||||||
"typescript": "5.6.3"
|
"typescript": "5.6.3"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.4.1"
|
"packageManager": "yarn@4.5.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,5 +9,5 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"markdownlint-cli2": "0.13.0"
|
"markdownlint-cli2": "0.13.0"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.4.1"
|
"packageManager": "yarn@4.5.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -166,5 +166,5 @@
|
||||||
"typescript": "5.6.3",
|
"typescript": "5.6.3",
|
||||||
"user-agent-data-types": "0.4.2"
|
"user-agent-data-types": "0.4.2"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.4.1"
|
"packageManager": "yarn@4.5.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -85,5 +85,5 @@
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/react": "18.3.5"
|
"@types/react": "18.3.5"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.4.1"
|
"packageManager": "yarn@4.5.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -129,5 +129,5 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/hedgedoc/hedgedoc/issues"
|
"url": "https://github.com/hedgedoc/hedgedoc/issues"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.4.1"
|
"packageManager": "yarn@4.5.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"test": "dotenv -c test -- turbo --env-mode=loose run test --concurrency 1",
|
"test": "dotenv -c test -- turbo --env-mode=loose run test --concurrency 1",
|
||||||
"test:e2e:ci": "dotenv -c test -- turbo --env-mode=loose run test:e2e:ci"
|
"test:e2e:ci": "dotenv -c test -- turbo --env-mode=loose run test:e2e:ci"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.4.1",
|
"packageManager": "yarn@4.5.1",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/node": "20.16.2",
|
"@types/node": "20.16.2",
|
||||||
"domhandler": "5.0.3",
|
"domhandler": "5.0.3",
|
||||||
|
|
Loading…
Reference in a new issue