fix: add deepmerge to package.json
This commit is contained in:
parent
6bc058b8ed
commit
3b0201a3cd
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue