Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 13, 2022
1 parent 2fa6862 commit 35649ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
"mdast-zone": "^5.0.0",
"prettier": "^2.0.0",
"rehype": "^12.0.0",
"remark-cli": "^10.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"rimraf": "^3.0.0",
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"unist-builder": "^3.0.0",
"unist-util-remove-position": "^4.0.0",
"xo": "^0.49.0"
"xo": "^0.50.0"
},
"scripts": {
"generate": "node script/build-registry.js",
Expand All @@ -81,7 +81,7 @@
"xo": {
"prettier": true,
"rules": {
"node/file-extension-in-import": "off"
"n/file-extension-in-import": "off"
}
},
"remarkConfig": {
Expand Down

0 comments on commit 35649ca

Please sign in to comment.