mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
fix: markdown not showing (domhandler version conflict)
This commit is contained in:
parent
1fd911f514
commit
7c58efe243
@ -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",
|
||||
|
||||
@ -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"],
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user