Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 2, 2023
1 parent 8fd1e22 commit 12356af
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 224 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@
"@types/ungap__structured-clone": "^0.3.0",
"c8": "^8.0.0",
"prettier": "^3.0.0",
"remark": "^14.0.0",
"remark-cli": "^11.0.0",
"remark": "^15.0.0",
"remark-cli": "^12.0.0",
"remark-gfm": "^4.0.0",
"remark-preset-wooorm": "^9.0.0",
"remark-toc": "^8.0.0",
"remark-toc": "^9.0.0",
"strip-ansi": "^7.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
Expand Down Expand Up @@ -87,12 +88,13 @@
"plugins": [
"remark-preset-wooorm",
[
"remark-toc",
{
"heading": "contents",
"maxDepth": 3,
"tight": true
}
"remark-preset-wooorm/node_modules/remark-gfm/index.js",
false
],
"remark-gfm",
[
"remark-lint-list-item-indent",
"space"
]
]
},
Expand Down
Loading

0 comments on commit 12356af

Please sign in to comment.