mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 13:34:28 -04:00
fix: move js-yaml dependencies to commons package
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
84d0540034
commit
3fe98e7f58
3 changed files with 4 additions and 4 deletions
|
@ -41,6 +41,7 @@
|
|||
"domhandler": "5.0.3",
|
||||
"eventemitter2": "6.4.9",
|
||||
"joi": "17.9.2",
|
||||
"js-yaml": "4.1.0",
|
||||
"reveal.js": "4.5.0",
|
||||
"ws": "8.13.0",
|
||||
"yjs": "13.6.4"
|
||||
|
@ -48,6 +49,7 @@
|
|||
"devDependencies": {
|
||||
"@jest/types": "29.5.0",
|
||||
"@mrdrogdrog/optional": "1.1.0",
|
||||
"@types/js-yaml": "4.0.5",
|
||||
"@types/ws": "8.5.5",
|
||||
"@typescript-eslint/eslint-plugin": "5.60.0",
|
||||
"@typescript-eslint/parser": "5.60.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue