Skip to content

Commit

Permalink
Update @types/mdast, utilities, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 20, 2023
1 parent 80897e8 commit 7def04d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"index.js"
],
"dependencies": {
"@types/mdast": "^3.0.0",
"@types/mdast": "^4.0.0",
"is-badge": "^2.0.0",
"mdast-util-definitions": "^5.0.0",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0"
"mdast-util-definitions": "^6.0.0",
"unified": "^11.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/tape": "^5.0.0",
"c8": "^8.0.0",
"prettier": "^3.0.0",
"remark": "^14.0.0",
"remark": "^15.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"tape": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test('remark-strip-badges', (t) => {
t.deepEqual(
[error, String(file)],
[
null,
undefined,
[
'# Hello',
'non-badge: ![](http://example.com/fav.ico).',
Expand Down Expand Up @@ -55,7 +55,7 @@ test('remark-strip-badges', (t) => {
t.deepEqual(
[error, String(file)],
[
null,
undefined,
[
'# remark-strip-badges',
'[build-badge]: https://img.shields.io/travis/remarkjs/remark-strip-badges.svg',
Expand Down

0 comments on commit 7def04d

Please sign in to comment.