Fix markdown library incompatibility; fix 404

Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
2023-10-30 00:55:45 -04:00
parent e470224031
commit d9afe45fd2
4 changed files with 35 additions and 21 deletions

View File

@@ -12,10 +12,10 @@
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-markdown": "^9.0.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"uri-js": "^4.4.1"
},
"devDependencies": {