forgot to add remark-gfm

This commit is contained in:
sup39 2022-11-05 21:56:31 +09:00
parent db18f181fe
commit d54e91de4d

View file

@ -49,7 +49,10 @@
"next": "^13.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-katex": "^6.0.2",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-mdx-frontmatter": "^2.1.1",
"sass": "^1.56.0",
"yaml-loader": "^0.8.0"
@ -61,9 +64,6 @@
"eslint": "^8.26.0",
"eslint-config-next": "^13.0.2",
"eslint-plugin-mdx": "^2.0.5",
"rehype-katex": "^6.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"typescript": "4.8.4"
}
}