Skip to content

Commit 3f50b29

Browse files
committed
fix: remove @types/acorn dependency
related micromark/micromark-extension-mdx-jsx#14
1 parent 1ac248f commit 3f50b29

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
"bugs": "https://github.com/micromark/micromark-extension-mdx-expression/issues",
44
"description": "",
55
"devDependencies": {
6-
"@types/acorn": "^4.0.0",
76
"@types/estree": "^1.0.0",
87
"@types/node": "^22.0.0",
9-
"acorn": "^8.0.0",
8+
"acorn": "^8.11.0",
109
"acorn-jsx": "^5.0.0",
1110
"c8": "^10.0.0",
1211
"micromark": "^4.0.0",

packages/micromark-util-events-to-acorn/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"Titus Wormer <[email protected]> (https://wooorm.com)"
66
],
77
"dependencies": {
8-
"@types/acorn": "^4.0.0",
98
"@types/estree": "^1.0.0",
109
"@types/unist": "^3.0.0",
1110
"devlop": "^1.0.0",

0 commit comments

Comments
 (0)