fix: markdown not showing (domhandler version conflict)

This commit is contained in:
wonderlandpark 2021-03-22 16:11:31 +09:00
parent 1fd911f514
commit 7c58efe243
3 changed files with 4 additions and 2 deletions

View File

@ -28,6 +28,7 @@
"dataloader": "2.0.0",
"dayjs": "1.10.4",
"discord.js": "12.5.1",
"domhandler": "^4.0.0",
"emoji-mart": "3.0.1",
"express-rate-limit": "5.2.6",
"formik": "2.2.6",

View File

@ -4,7 +4,8 @@
"paths": {
"@components/*": ["components/*"],
"@utils/*": ["utils/*"],
"@types": ["types/index.ts"]
"@types": ["types/index.ts"],
"domhandler": ["node_modules/domhandler"]
},
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],

View File

@ -2645,7 +2645,7 @@ domhandler@^3.0.0:
domhandler@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/domhandler/-/domhandler-4.0.0.tgz"
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.0.0.tgz#01ea7821de996d85f69029e81fa873c21833098e"
integrity sha512-KPTbnGQ1JeEMQyO1iYXoagsI6so/C96HZiFyByU3T6iAzpXn8EGEvct6unm1ZGoed8ByO2oirxgwxBmqKF9haA==
dependencies:
domelementtype "^2.1.0"