We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unifiedjs
Learn more about funding links in repositories.
Report abuse
1 parent 8a4d280 commit 4e47853Copy full SHA for 4e47853
package.json
@@ -43,15 +43,15 @@
43
"is-hidden": "^1.0.0",
44
"nyc": "^15.0.0",
45
"prettier": "^2.0.0",
46
- "remark": "^11.0.0",
47
- "remark-cli": "^7.0.0",
+ "remark": "^12.0.0",
+ "remark-cli": "^8.0.0",
48
"remark-github": "^9.0.0",
49
- "remark-preset-wooorm": "^6.0.0",
+ "remark-preset-wooorm": "^7.0.0",
50
"remark-toc": "^7.0.0",
51
- "tape": "^4.0.0",
+ "tape": "^5.0.0",
52
"tinyify": "^2.0.0",
53
"to-vfile": "^6.0.0",
54
- "xo": "^0.28.0"
+ "xo": "^0.30.0"
55
},
56
"scripts": {
57
"format": "remark *.md -qfo && prettier --write \"**/*.js\" && xo --fix",
@@ -80,6 +80,7 @@
80
"prettier": true,
81
"esnext": false,
82
"rules": {
83
+ "unicorn/no-fn-reference-in-iterator": "off",
84
"unicorn/prefer-includes": "off"
85
86
"ignores": [
0 commit comments