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 37be87e commit 69f7799Copy full SHA for 69f7799
package.json
@@ -34,17 +34,17 @@
34
"devDependencies": {
35
"@types/unist": "^2.0.3",
36
"browserify": "^16.0.0",
37
- "chalk": "^2.3.0",
38
- "dtslint": "^1.0.2",
39
- "nyc": "^14.0.0",
+ "chalk": "^3.0.0",
+ "dtslint": "^3.0.0",
+ "nyc": "^15.0.0",
40
"prettier": "^1.0.0",
41
"remark-cli": "^7.0.0",
42
"remark-preset-wooorm": "^6.0.0",
43
"retext": "^7.0.0",
44
- "strip-ansi": "^5.0.0",
+ "strip-ansi": "^6.0.0",
45
"tape": "^4.0.0",
46
"tinyify": "^2.0.0",
47
- "xo": "^0.25.0"
+ "xo": "^0.26.0"
48
},
49
"scripts": {
50
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
0 commit comments