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 416750c commit 56c265aCopy full SHA for 56c265a
package.json
@@ -45,20 +45,20 @@
45
],
46
"types": "types/index.d.ts",
47
"dependencies": {
48
- "css-selector-parser": "^1.1.0",
+ "css-selector-parser": "^1.0.0",
49
"not": "^0.1.0",
50
- "nth-check": "^1.0.1",
+ "nth-check": "^1.0.0",
51
"unist-util-is": "^4.0.0",
52
- "zwitch": "^1.0.3"
+ "zwitch": "^1.0.0"
53
},
54
"devDependencies": {
55
- "dtslint": "^0.9.9",
56
- "nyc": "^14.0.0",
+ "dtslint": "^2.0.0",
+ "nyc": "^15.0.0",
57
"prettier": "^1.0.0",
58
"remark-cli": "^7.0.0",
59
"remark-preset-wooorm": "^6.0.0",
60
"tape": "^4.0.0",
61
- "unist-builder": "^1.0.0",
+ "unist-builder": "^2.0.0",
62
"xo": "^0.25.0"
63
64
"scripts": {
0 commit comments