We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2103471 commit d3bbec1Copy full SHA for d3bbec1
package.json
@@ -37,20 +37,20 @@
37
"web-namespaces": "^1.0.0"
38
},
39
"devDependencies": {
40
- "browserify": "^16.0.0",
41
- "dtslint": "^3.0.0",
+ "browserify": "^17.0.0",
+ "dtslint": "^4.0.0",
42
"is-hidden": "^1.0.0",
43
"not": "^0.1.0",
44
"nyc": "^15.0.0",
45
"parse5": "^6.0.0",
46
"prettier": "^2.0.0",
47
- "remark-cli": "^8.0.0",
48
- "remark-preset-wooorm": "^7.0.0",
+ "remark-cli": "^9.0.0",
+ "remark-preset-wooorm": "^8.0.0",
49
"tape": "^5.0.0",
50
- "tinyify": "^2.0.0",
+ "tinyify": "^3.0.0",
51
"to-vfile": "^6.0.0",
52
"unist-util-visit": "^2.0.0",
53
- "xo": "^0.32.0"
+ "xo": "^0.34.0"
54
55
"scripts": {
56
"format": "remark . -qfo && prettier --write . && xo --fix",
0 commit comments