We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd7985 commit d643192Copy full SHA for d643192
1 file changed
package.json
@@ -42,20 +42,20 @@
42
"semver": "semver"
43
},
44
"devDependencies": {
45
- "chai": "^3.2.0",
46
- "coveralls": "^2.13.0",
+ "chai": "^4.0.1",
+ "coveralls": "^2.13.1",
47
"del": "^2.2.2",
48
"eslint": "^3.19.0",
49
- "eslint-config-modular": "^3.0.0",
50
- "mocha": "^3.2.0",
51
- "npm-check": "^5.4.0"
+ "eslint-config-modular": "^4.0.0",
+ "mocha": "^3.4.2",
+ "npm-check": "^5.4.4"
52
53
"dependencies": {
54
"chalk": "^1.1.1",
55
"commander": "^2.8.1",
56
"cross-spawn": "^5.1.0",
57
"detect-indent": "^5.0.0",
58
- "glob": "^7.1.1",
+ "glob": "^7.1.2",
59
"inquirer": "^3.0.6",
60
"log-symbols": "^1.0.2",
61
"semver": "^5.0.3"
@@ -66,4 +66,4 @@
66
"engines": {
67
"node": ">=4"
68
}
69
-}
+}
0 commit comments