mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
f8be64cfba
Signed-off-by: Renovate Bot <bot@renovateapp.com>
26 lines
822 B
JSON
26 lines
822 B
JSON
{
|
|
"name": "hedgedoc",
|
|
"version": "2.0.0-dev",
|
|
"private": true,
|
|
"workspaces": [
|
|
"backend",
|
|
"frontend",
|
|
"commons"
|
|
],
|
|
"packageManager": "yarn@3.4.1",
|
|
"resolutions": {
|
|
"domhandler": "5.0.3",
|
|
"@codemirror/state": "6.2.0",
|
|
"@codemirror/autocomplete": "6.4.0",
|
|
"@codemirror/view": "6.7.3",
|
|
"@codemirror/language": "6.4.0",
|
|
"@codemirror/commands": "6.2.0",
|
|
"@codemirror/lang-markdown": "6.0.5",
|
|
"@codemirror/language-data": "6.1.0",
|
|
"@codemirror/lint": "6.1.0",
|
|
"@codemirror/theme-one-dark": "6.1.0",
|
|
"@types/react": "18.0.27",
|
|
"y-protocols@^1.0.0": "patch:y-protocols@npm%3A1.0.5#./.yarn/patches/y-protocols-npm-1.0.5-af6f64b4df.patch",
|
|
"y-protocols@1.0.5": "patch:y-protocols@npm%3A1.0.5#./.yarn/patches/y-protocols-npm-1.0.5-af6f64b4df.patch"
|
|
}
|
|
}
|