We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20336b commit 28ad2f3Copy full SHA for 28ad2f3
package.json
@@ -50,14 +50,14 @@
50
"c8": "^7.0.0",
51
"mdast-util-from-markdown": "^1.0.0",
52
"prettier": "^2.0.0",
53
- "remark-cli": "^9.0.0",
54
- "remark-preset-wooorm": "^8.0.0",
+ "remark-cli": "^10.0.0",
+ "remark-preset-wooorm": "^9.0.0",
55
"rimraf": "^3.0.0",
56
"tape": "^5.0.0",
57
"type-coverage": "^2.0.0",
58
"typescript": "^4.0.0",
59
"unist-util-remove-position": "^4.0.0",
60
- "xo": "^0.42.0"
+ "xo": "^0.44.0"
61
},
62
"scripts": {
63
"build": "rimraf \"lib/**/*.d.ts\" \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
0 commit comments