From 0c31c62a62622ec88bfd6793b0bf6f11dd8a928c Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 14 Jul 2017 15:41:13 +0100 Subject: [PATCH] build fix: bump to mock-request 1.1 This should have happened with 32ef273f: now that we are using flushAllExpected, we nee matrix-mock-request 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0c4c6a21b..1db1708e27 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "karma-junit-reporter": "^0.4.1", "karma-mocha": "^0.2.2", "karma-webpack": "^1.7.0", - "matrix-mock-request": "^1.0.0", + "matrix-mock-request": "^1.1.0", "matrix-react-test-utils": "^0.2.0", "minimist": "^1.2.0", "mkdirp": "^0.5.1",