feat: upgrade next-mdx-remote
* chore: upgrade packages Updating packages: - "@mapbox/rehype-prism": "^0.6.0" - "image-size": "1.0.0" - "next-seo": "4.24.0" - "remark-code-titles": "0.1.2" - "remark-footnotes": "^3.0.0" - "eslint-config-prettier": "^8.3.0" - "globby": "11.0.3" - "lint-staged": "^11.0.0" - "remark-stringify": "9.0.1" * feat: upgrade next-mdx-remote It adds MDXRemote and serialize breaking changes Read more at https://github.com/hashicorp/next-mdx-remote/releases/tag/3.0.0 * fix: downgrade remark-math and rehype-katex
This commit is contained in:
committed by
GitHub
parent
6880a4d49f
commit
5e36f320df
+11
-11
@@ -11,7 +11,7 @@
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mapbox/rehype-prism": "^0.5.0",
|
||||
"@mapbox/rehype-prism": "^0.6.0",
|
||||
"@mdx-js/loader": "^1.6.22",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"@next/mdx": "10.2.0",
|
||||
@@ -19,10 +19,10 @@
|
||||
"@tailwindcss/typography": "^0.4.0",
|
||||
"autoprefixer": "^10.2.5",
|
||||
"gray-matter": "^4.0.2",
|
||||
"image-size": "0.9.7",
|
||||
"image-size": "1.0.0",
|
||||
"next": "10.2.0",
|
||||
"next-mdx-remote": "^2.1.3",
|
||||
"next-seo": "4.23.0",
|
||||
"next-mdx-remote": "^3.0.1",
|
||||
"next-seo": "4.24.0",
|
||||
"next-themes": "^0.0.14",
|
||||
"postcss": "^8.2.8",
|
||||
"preact": "^10.5.13",
|
||||
@@ -31,9 +31,9 @@
|
||||
"reading-time": "1.3.0",
|
||||
"rehype-katex": "^4.0.0",
|
||||
"remark-autolink-headings": "6.0.1",
|
||||
"remark-code-titles": "0.1.1",
|
||||
"remark-footnotes": "^2.0.0",
|
||||
"remark-math": "3.0.1",
|
||||
"remark-code-titles": "0.1.2",
|
||||
"remark-footnotes": "^3.0.0",
|
||||
"remark-math": "^3.0.1",
|
||||
"remark-slug": "6.0.0",
|
||||
"tailwindcss": "^2.1.1"
|
||||
},
|
||||
@@ -42,22 +42,22 @@
|
||||
"@svgr/webpack": "^5.5.0",
|
||||
"@tailwindcss/jit": "^0.1.18",
|
||||
"eslint": "^7.17.0",
|
||||
"eslint-config-prettier": "^7.1.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-prettier": "^3.3.1",
|
||||
"eslint-plugin-react": "^7.22.0",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"file-loader": "^6.0.0",
|
||||
"globby": "11.0.1",
|
||||
"globby": "11.0.3",
|
||||
"husky": "^6.0.0",
|
||||
"lint-staged": "^10.5.3",
|
||||
"lint-staged": "^11.0.0",
|
||||
"next-compose-plugins": "^2.2.1",
|
||||
"next-remote-watch": "^1.0.0",
|
||||
"prettier": "2.2.1",
|
||||
"rehype": "11.0.0",
|
||||
"remark-frontmatter": "3.0.0",
|
||||
"remark-parse": "9.0.0",
|
||||
"remark-stringify": "9.0.0",
|
||||
"remark-stringify": "9.0.1",
|
||||
"unified": "9.2.1",
|
||||
"unist-util-visit": "2.0.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user