Переглянути джерело

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.
master
damencho 9 роки тому
джерело
коміт
e240b15d61
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      package.json

+ 1
- 1
package.json Переглянути файл

25
     "jQuery-Impromptu": "git+https://github.com/trentrichardson/jQuery-Impromptu.git#v6.0.0",
25
     "jQuery-Impromptu": "git+https://github.com/trentrichardson/jQuery-Impromptu.git#v6.0.0",
26
     "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
26
     "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
27
     "jquery-contextmenu": "*",
27
     "jquery-contextmenu": "*",
28
-    "jquery-ui": "^1.10.5",
28
+    "jquery-ui": "1.10.5",
29
     "jssha": "1.5.0",
29
     "jssha": "1.5.0",
30
     "retry": "0.6.1",
30
     "retry": "0.6.1",
31
     "strophe": "^1.2.2",
31
     "strophe": "^1.2.2",

Завантаження…
Відмінити
Зберегти