Skip to content

Commit c53118b

Browse files
committed
Update dev-dependencies
1 parent 5c2f775 commit c53118b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mdast-util-gfm",
33
"version": "0.1.0",
4-
"description": "mdast extension to parse and serialize GFM (gitHub Flavored Markdown)",
4+
"description": "mdast extension to parse and serialize GFM (GitHub Flavored Markdown)",
55
"license": "MIT",
66
"keywords": [
77
"unist",
@@ -44,15 +44,15 @@
4444
"devDependencies": {
4545
"github-slugger": "^1.0.0",
4646
"hast-util-to-html": "^7.0.0",
47-
"mdast-util-from-markdown": "^0.7.0",
47+
"mdast-util-from-markdown": "^0.8.0",
4848
"mdast-util-to-hast": "^10.0.0",
4949
"mdast-util-to-markdown": "^0.4.0",
5050
"micromark-extension-gfm": "^0.3.0",
5151
"node-fetch": "^2.0.0",
5252
"nyc": "^15.0.0",
5353
"prettier": "^2.0.0",
54-
"remark-cli": "^8.0.0",
55-
"remark-preset-wooorm": "^7.0.0",
54+
"remark-cli": "^9.0.0-alpha.1",
55+
"remark-preset-wooorm": "^8.0.0",
5656
"tape": "^5.0.0",
5757
"xo": "^0.33.0"
5858
},

0 commit comments

Comments
 (0)