diff --git a/src/package.json b/src/package.json index 1b9060942..e5b5267d2 100644 --- a/src/package.json +++ b/src/package.json @@ -30,7 +30,7 @@ } ], "dependencies": { - "async": "0.9.0", + "async": "3.2.0", "async-stacktrace": "0.0.2", "channels": "0.0.4", "cheerio": "0.20.0", @@ -58,7 +58,7 @@ "socket.io": "2.1.1", "swagger-node-express": "2.1.3", "tinycon": "0.0.1", - "ueberdb2": "0.4.0", + "ueberdb2": "^0.5.0", "uglify-js": "2.6.2", "underscore": "1.8.3", "unorm": "1.4.1" @@ -86,4 +86,3 @@ "version": "1.7.5", "license": "Apache-2.0" } - diff --git a/tests/frontend/specs/responsiveness.js b/tests/frontend/specs/responsiveness.js index 8cc41080c..c7f5e6d59 100644 --- a/tests/frontend/specs/responsiveness.js +++ b/tests/frontend/specs/responsiveness.js @@ -19,7 +19,7 @@ describe('Responsiveness of Editor', function() { helper.newPad(cb); this.timeout(6000); }); - xit('Fast response to keypress in pad with large amount of contents', function(done) { + it('Fast response to keypress in pad with large amount of contents', function(done) { var inner$ = helper.padInner$; var chrome$ = helper.padChrome$; var chars = '0000000000'; // row of placeholder chars