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 41d4786 commit f1253d5Copy full SHA for f1253d5
package.json
@@ -34,20 +34,20 @@
34
"dependencies": {
35
"nlcst-to-string": "^3.0.0",
36
"unified": "^10.0.0",
37
- "unist-util-visit": "^3.0.0"
+ "unist-util-visit": "^4.0.0"
38
},
39
"devDependencies": {
40
"@types/tape": "^4.0.0",
41
"c8": "^7.0.0",
42
"prettier": "^2.0.0",
43
- "remark-cli": "^9.0.0",
44
- "remark-preset-wooorm": "^8.0.0",
+ "remark-cli": "^10.0.0",
+ "remark-preset-wooorm": "^9.0.0",
45
"retext": "^8.0.0",
46
"rimraf": "^3.0.0",
47
"tape": "^5.0.0",
48
"type-coverage": "^2.0.0",
49
"typescript": "^4.0.0",
50
- "xo": "^0.42.0"
+ "xo": "^0.44.0"
51
52
"scripts": {
53
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
0 commit comments