Update all deps except get-stdin
- get-stdin v5.0.0 and v5.0.1 both changed the API and use Promises. Possibly look at the 'then/promise' module to shim. - switched to cross-spawn-async as no spawning is done synchronously, so using more specific dependency. - graceful-fs warning is due to mocha being tardy itself.
Showing
| ... | ... | @@ -52,24 +52,24 @@ |
| "dependencies": { | ||
| "async-foreach": "^0.1.3", | ||
| "chalk": "^1.1.1", | ||
| "cross-spawn": "^2.0.0", | ||
| "gaze": "^0.5.1", | ||
| "cross-spawn-async": "^2.1.9", | ||
| "gaze": "^1.0.0", | ||
| "get-stdin": "^4.0.1", | ||
| "glob": "^6.0.2", | ||
| "got": "^5.4.1", | ||
| "meow": "^3.3.0", | ||
| "glob": "^7.0.3", | ||
| "got": "^5.5.0", | ||
| "meow": "^3.7.0", | ||
| "mkdirp": "^0.5.1", | ||
| "nan": "^2.0.8", | ||
| "node-gyp": "^3.3.0", | ||
| "nan": "^2.2.0", | ||
| "node-gyp": "^3.3.1", | ||
| "npmconf": "^2.1.2", | ||
| "sass-graph": "^2.0.1" | ||
| "sass-graph": "^2.1.1" | ||
| }, | ||
| "devDependencies": { | ||
| "coveralls": "^2.11.4", | ||
| "istanbul": "^0.4.1", | ||
| "jshint": "^2.8.0", | ||
| "mocha": "^2.3.4", | ||
| "mocha-lcov-reporter": "^1.0.0", | ||
| "rimraf": "^2.4.2" | ||
| "coveralls": "^2.11.8", | ||
| "istanbul": "^0.4.2", | ||
| "jshint": "^2.9.1", | ||
| "mocha": "^2.4.5", | ||
| "mocha-lcov-reporter": "^1.2.0", | ||
| "rimraf": "^2.5.2" | ||
| } | ||
| } |
Please
register
or
sign in
to comment