Skip to content

Commit 1f4224f

Browse files
caitpSebastien Armand - sa250111
authored and
Sebastien Armand - sa250111
committed
chore(dependencies): upgrade kriskowal/q to version ~1.0.0
CI builds on travis occasionally freak out because of the recursive use of process.nextTick, which has been deprecated in Node relatively recently, to be replaced with setImmediate. Unfortunately, this change does not resolve the issue. However, it does not hurt, either. Closes angular#6161
1 parent d5264f5 commit 1f4224f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"load-grunt-tasks": "~0.3.0",
2424
"bower": "~1.2.2",
2525
"jasmine-node": "~1.11.0",
26-
"q": "~0.9.2",
26+
"q": "~1.0.0",
2727
"q-io": "~1.10.6",
2828
"qq": "~0.3.5",
2929
"shelljs": "~0.2.6",

0 commit comments

Comments
 (0)