Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 31, 2021
1 parent 9558a30 commit c17866c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"to-vfile": "^7.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"xo": "^0.45.0"
"xo": "^0.46.0"
},
"scripts": {
"build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/autolink-literal/output.md
Expand Up @@ -20,9 +20,9 @@ www\.aaa.bbb.ccc.ddd\_ddd

www\.aaa.bbb.ccc\_ccc.ddd

[www.aaa.bbb\_bbb.ccc.ddd](http://www.aaa.bbb\_bbb.ccc.ddd)
[www.aaa.bbb\_bbb.ccc.ddd](http://www.aaa.bbb_bbb.ccc.ddd)

[www.aaa\_aaa.bbb.ccc.ddd](http://www.aaa\_aaa.bbb.ccc.ddd)
[www.aaa\_aaa.bbb.ccc.ddd](http://www.aaa_aaa.bbb.ccc.ddd)

Visit [www.commonmark.org](http://www.commonmark.org).

Expand Down

0 comments on commit c17866c

Please sign in to comment.