Skip to content

Commit e12dae5

Browse files
committed
chore(dep): add dependencies micromark-util-symbol & character
1 parent 64621e6 commit e12dae5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,15 @@
6262
"hastscript": "^7.0.2",
6363
"mdast-util-from-markdown": "^1.0.2",
6464
"micromark-factory-space": "^1.0.0",
65+
"micromark-util-character": "^1.1.0",
66+
"micromark-util-symbol": "^1.0.0",
6567
"micromark-util-types": "^1.0.1",
6668
"unified": "^10.1.0",
6769
"unist-util-visit": "^4.1.0"
6870
},
69-
"peerDependencies": {
70-
"remark-parse": "^10.0.0"
71-
},
71+
"peerDependencies": {
72+
"remark-parse": "^10.0.0"
73+
},
7274
"ava": {
7375
"files": [
7476
"test/**/*.test.js"

0 commit comments

Comments
 (0)