mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
932dc4e74f
Signed-off-by: Renovate Bot <bot@renovateapp.com>
17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"name": "hedgedoc",
|
|
"version": "2.0.0-dev",
|
|
"private": true,
|
|
"workspaces": [
|
|
"backend",
|
|
"frontend"
|
|
],
|
|
"packageManager": "yarn@3.3.0",
|
|
"resolutions": {
|
|
"domhandler": "5.0.3",
|
|
"yjs": "13.5.42",
|
|
"@codemirror/state": "6.1.4",
|
|
"@codemirror/view": "6.7.0",
|
|
"@codemirror/language": "6.3.1"
|
|
}
|
|
}
|