From e095b054b1da153c8557e4637012459eace35959 Mon Sep 17 00:00:00 2001 From: johnjbarton Date: Thu, 19 Apr 2018 14:23:06 -0700 Subject: [PATCH] fix(package.json): sinon-chai 2.13 is not compatible with sinon 4.x (#2977) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95a8e16be..77d85ebdb 100644 --- a/package.json +++ b/package.json @@ -437,7 +437,7 @@ "proxyquire": "^1.7.11", "qunitjs": "^2.1.1", "requirejs": "^2.1.20", - "sinon": "^4.1.2", + "sinon": "^3.0.0", "sinon-chai": "^2.7.0", "supertest": "^3.0.0", "timer-shim": "^0.3.0",