From e240b15d6157ede3a52fe03efaa886d0507f33d2 Mon Sep 17 00:00:00 2001 From: damencho Date: Fri, 8 Jul 2016 14:41:25 -0500 Subject: [PATCH] Match the exact version of jquery-ui. Using "compatible version" as ^... matches latest version 1.12.0 and not 1.10.5 (matches >=1.10.5 < 2.0.0) and this prevents it building from source with latest nodejs on clean environment. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93d615d26..8cb3aba24 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "jQuery-Impromptu": "git+https://github.com/trentrichardson/jQuery-Impromptu.git#v6.0.0", "lib-jitsi-meet": "jitsi/lib-jitsi-meet", "jquery-contextmenu": "*", - "jquery-ui": "^1.10.5", + "jquery-ui": "1.10.5", "jssha": "1.5.0", "retry": "0.6.1", "strophe": "^1.2.2",