hedgedoc/package.json
Philip Molares 527881ea16 refactor(patches): remove unnecessary patches for lib0
These patches are now included in the library itself.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2023-01-22 20:42:46 +01:00

26 lines
822 B
JSON

{
"name": "hedgedoc",
"version": "2.0.0-dev",
"private": true,
"workspaces": [
"backend",
"frontend",
"commons"
],
"packageManager": "yarn@3.3.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"
}
}