Browse Source

deps: use latest jsSHA

callstats no longer depends on it and it doesn't break when we use the latest.
master
Saúl Ibarra Corretgé 8 years ago
parent
commit
4e3d033ff2
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      package.json

+ 1
- 2
package.json View File

14
   ],
14
   ],
15
   "author": "",
15
   "author": "",
16
   "readmeFilename": "README.md",
16
   "readmeFilename": "README.md",
17
-  "//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",
18
   "dependencies": {
17
   "dependencies": {
19
     "@atlaskit/avatar": "4.0.5",
18
     "@atlaskit/avatar": "4.0.5",
20
     "@atlaskit/button": "3.0.0",
19
     "@atlaskit/button": "3.0.0",
45
     "jquery-i18next": "1.2.0",
44
     "jquery-i18next": "1.2.0",
46
     "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
45
     "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
47
     "jquery-ui": "1.10.5",
46
     "jquery-ui": "1.10.5",
48
-    "jssha": "1.5.0",
47
+    "jssha": "2.2.0",
49
     "jwt-decode": "2.2.0",
48
     "jwt-decode": "2.2.0",
50
     "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
49
     "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
51
     "lodash": "4.17.4",
50
     "lodash": "4.17.4",

Loading…
Cancel
Save