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.
This commit is contained in:
damencho 2016-07-08 14:41:25 -05:00
parent 486058834e
commit e240b15d61
1 changed files with 1 additions and 1 deletions

View File

@ -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",