Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b117f74 commit d8a62d2Copy full SHA for d8a62d2
packages/mdx/package.json
@@ -46,7 +46,9 @@
46
"index.js"
47
],
48
"dependencies": {
49
+ "@types/estree": "^1.0.0",
50
"@types/estree-jsx": "^1.0.0",
51
+ "@types/hast": "^2.0.0",
52
"@types/mdx": "^2.0.0",
53
"estree-util-build-jsx": "^2.0.0",
54
"estree-util-is-identifier-name": "^2.0.0",
@@ -58,6 +60,7 @@
58
60
"remark-mdx": "^2.0.0",
59
61
"remark-parse": "^10.0.0",
62
"remark-rehype": "^10.0.0",
63
+ "source-map": "^0.7.0",
64
"unified": "^10.0.0",
65
"unist-util-position-from-estree": "^1.0.0",
66
"unist-util-stringify-position": "^3.0.0",
@@ -77,7 +80,6 @@
77
80
"remark-frontmatter": "^4.0.0",
78
81
"remark-gfm": "^3.0.0",
79
82
"remark-math": "^5.0.0",
- "source-map": "^0.7.0",
83
"source-map-support": "^0.5.0",
84
"unist-util-remove-position": "^4.0.0"
85
},
0 commit comments