mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05: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",
|
||||
|
|
|
@ -79,7 +79,6 @@
|
|||
"i18next": "23.2.1",
|
||||
"i18next-browser-languagedetector": "7.0.2",
|
||||
"i18next-resources-to-backend": "1.1.4",
|
||||
"js-yaml": "4.1.0",
|
||||
"katex": "0.16.7",
|
||||
"luxon": "3.3.0",
|
||||
"markdown-it": "13.0.1",
|
||||
|
@ -133,7 +132,6 @@
|
|||
"@types/diff": "5.0.3",
|
||||
"@types/dompurify": "3.0.2",
|
||||
"@types/jest": "29.5.2",
|
||||
"@types/js-yaml": "4.0.5",
|
||||
"@types/luxon": "3.3.0",
|
||||
"@types/markdown-it": "12.2.3",
|
||||
"@types/markdown-it-container": "2.0.5",
|
||||
|
|
|
@ -2372,6 +2372,7 @@ __metadata:
|
|||
dependencies:
|
||||
"@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
|
||||
|
@ -2383,6 +2384,7 @@ __metadata:
|
|||
eventemitter2: 6.4.9
|
||||
jest: 29.5.0
|
||||
joi: 17.9.2
|
||||
js-yaml: 4.1.0
|
||||
microbundle: 0.15.1
|
||||
prettier: 2.8.8
|
||||
reveal.js: 4.5.0
|
||||
|
@ -2431,7 +2433,6 @@ __metadata:
|
|||
"@types/diff": 5.0.3
|
||||
"@types/dompurify": 3.0.2
|
||||
"@types/jest": 29.5.2
|
||||
"@types/js-yaml": 4.0.5
|
||||
"@types/katex": 0.16.0
|
||||
"@types/luxon": 3.3.0
|
||||
"@types/markdown-it": 12.2.3
|
||||
|
@ -2485,7 +2486,6 @@ __metadata:
|
|||
i18next-resources-to-backend: 1.1.4
|
||||
jest: 29.5.0
|
||||
jest-environment-jsdom: 29.5.0
|
||||
js-yaml: 4.1.0
|
||||
katex: 0.16.7
|
||||
luxon: 3.3.0
|
||||
markdown-it: 13.0.1
|
||||
|
|
Loading…
Reference in a new issue