Skip to content

Commit e12b6f7

Browse files
committed
Decrease package versions
1 parent ad2d4f5 commit e12b6f7

File tree

2 files changed

+863
-973
lines changed

2 files changed

+863
-973
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mintlify/mdx",
3-
"version": "0.0.48",
3+
"version": "0.0.49",
44
"description": "Markdown parser from Mintlify",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -57,18 +57,18 @@
5757
"react-dom": "^18.3.1"
5858
},
5959
"dependencies": {
60-
"@mdx-js/mdx": "^3.0.1",
61-
"@mdx-js/react": "^3.0.1",
62-
"@types/hast": "^3.0.4",
63-
"@types/unist": "^3.0.3",
60+
"@mdx-js/mdx": "^2.1.5",
61+
"@mdx-js/react": "^2.1.3",
62+
"@types/hast": "^3.0.0",
63+
"@types/unist": "^2.0.6",
6464
"hast-util-to-string": "^2.0.0",
65-
"next-mdx-remote": "^5.0.0",
65+
"next-mdx-remote": "^4.4.1",
6666
"refractor": "^4.8.0",
67-
"rehype-katex": "^7.0.1",
68-
"remark-gfm": "^4.0.0",
69-
"remark-math": "^6.0.0",
70-
"remark-smartypants": "^3.0.2",
71-
"unified": "^11.0.5",
67+
"rehype-katex": "^6.0.3",
68+
"remark-gfm": "^3.0.1",
69+
"remark-math": "^5.1.1",
70+
"remark-smartypants": "^2.0.0",
71+
"unified": "^10.0.0",
7272
"unist-util-visit": "^4.1.1"
7373
}
7474
}

0 commit comments

Comments
 (0)