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 eb1b483 commit 28404a1Copy full SHA for 28404a1
package.json
@@ -30,14 +30,14 @@
30
},
31
"devDependencies": {
32
"browserify": "^16.0.0",
33
- "nyc": "^14.0.0",
+ "nyc": "^15.0.0",
34
"prettier": "^1.0.0",
35
- "remark": "^10.0.0",
36
- "remark-cli": "^6.0.0",
37
- "remark-preset-wooorm": "^5.0.0",
+ "remark": "^11.0.0",
+ "remark-cli": "^7.0.0",
+ "remark-preset-wooorm": "^6.0.0",
38
"tape": "^4.0.0",
39
- "tinyify": "^2.5.0",
40
- "xo": "^0.24.0"
+ "tinyify": "^2.0.0",
+ "xo": "^0.25.0"
41
42
"scripts": {
43
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
0 commit comments