fix: move js-yaml dependencies to commons package

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-06-20 23:33:00 +02:00
parent 84d0540034
commit 3fe98e7f58
3 changed files with 4 additions and 4 deletions

View file

@ -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",