Skip to content

Commit 9d7ae3e

Browse files
committed
chore: update dependencies
1 parent 425bb90 commit 9d7ae3e

File tree

2 files changed

+458
-410
lines changed

2 files changed

+458
-410
lines changed

package.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
"eslint-config-prettier": "^8.3.0",
4343
"eslint-plugin-prettier": "^3.4.0",
4444
"fs-extra": "^10.0.0",
45-
"micromark": "^3.0.0",
45+
"micromark": "^3.0.5",
4646
"prettier": "^2.3.2",
47-
"rehype-stringify": "^8.0.0",
48-
"remark": "^13.0.0",
49-
"remark-cli": "^9.0.0",
50-
"remark-parse": "^9.0.0",
51-
"remark-rehype": "^8.1.0",
52-
"remark-stringify": "^9.0.1",
47+
"rehype-stringify": "^9.0.2",
48+
"remark": "^14.0.1",
49+
"remark-cli": "^10.0.0",
50+
"remark-parse": "^10.0.0",
51+
"remark-rehype": "^9.1.0",
52+
"remark-stringify": "^10.0.0",
5353
"to-vfile": "^7.2.1",
5454
"ts-node": "^10.2.0",
5555
"typescript": "^4.4.2",
@@ -60,13 +60,15 @@
6060
"dependencies": {
6161
"hast": "^1.0.0",
6262
"hastscript": "^7.0.2",
63-
"mdast-util-from-markdown": "^1.0.0",
63+
"mdast-util-from-markdown": "^1.0.2",
6464
"micromark-factory-space": "^1.0.0",
65-
"micromark-util-types": "^1.0.0",
65+
"micromark-util-types": "^1.0.1",
6666
"unified": "^10.1.0",
67-
"unist-util-visit": "^4.0.0"
67+
"unist-util-visit": "^4.1.0"
6868
},
69-
"ava": {
70-
"files": ["test/**/*.test.js"]
71-
}
69+
"ava": {
70+
"files": [
71+
"test/**/*.test.js"
72+
]
73+
}
7274
}

0 commit comments

Comments
 (0)