fix: add deepmerge to package.json

This commit is contained in:
Sándor Levcsák 2020-10-20 05:09:25 +03:00
parent 6bc058b8ed
commit 3b0201a3cd
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"test": "yarn tsc && yarn lint && yarn test:unit && yarn test:e2e"
},
"dependencies": {
"deepmerge": "^4.2.2",
"dompurify": "^2.1.1",
"marked": "^1.2.0",
"vue": "^3.0.0",