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 99082ac commit 053a9bcCopy full SHA for 053a9bc
package.json
@@ -32,14 +32,14 @@
32
"object-assign": "^4.1.0"
33
},
34
"devDependencies": {
35
- "@types/mdast": "^3.0.3",
+ "@types/mdast": "^3.0.0",
36
"dtslint": "^0.9.9",
37
"nyc": "^14.0.0",
38
- "prettier": "^1.14.2",
39
- "remark-cli": "^6.0.0",
40
- "remark-preset-wooorm": "^5.0.0",
+ "prettier": "^1.0.0",
+ "remark-cli": "^7.0.0",
+ "remark-preset-wooorm": "^6.0.0",
41
"tape": "^4.0.0",
42
- "xo": "^0.24.0"
+ "xo": "^0.25.0"
43
44
"scripts": {
45
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
0 commit comments