From 9abc91b1cec5dba69d2fba81afb4922e76aea503 Mon Sep 17 00:00:00 2001 From: Chad Phillips Date: Fri, 25 Mar 2016 22:09:12 -0600 Subject: [PATCH] lock to jquery-ui 1.10.x for now 1.11.x has breaking changes that need to be figured out. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fd97c61a..7ffadf37e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "jquery": "~2.1.1", "jQuery-Impromptu": "git+https://github.com/trentrichardson/jQuery-Impromptu.git#v6.0.0", "lib-jitsi-meet": "jitsi/lib-jitsi-meet", - "jquery-ui": "^1.10.5", + "jquery-ui": "~1.10.5", "jssha": "1.5.0", "retry": "0.6.1", "strophe": "^1.2.2",