浏览代码

Stick to the exact package versions for the direct dependencies

j8
Lyubo Marinov 8 年前
父节点
当前提交
290e7baead
共有 1 个文件被更改,包括 38 次插入38 次删除
  1. 38
    38
      package.json

+ 38
- 38
package.json 查看文件

16
   "readmeFilename": "README.md",
16
   "readmeFilename": "README.md",
17
   "//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",
17
   "//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",
18
   "dependencies": {
18
   "dependencies": {
19
-    "@atlassian/aui": "^6.0.0",
19
+    "@atlassian/aui": "6.0.6",
20
     "async": "0.9.0",
20
     "async": "0.9.0",
21
-    "autosize": "^1.18.13",
21
+    "autosize": "1.18.13",
22
     "bootstrap": "3.1.1",
22
     "bootstrap": "3.1.1",
23
     "es6-iterator": "2.0.0",
23
     "es6-iterator": "2.0.0",
24
     "es6-symbol": "3.1.0",
24
     "es6-symbol": "3.1.0",
26
     "i18next-browser-languagedetector": "1.0.1",
26
     "i18next-browser-languagedetector": "1.0.1",
27
     "i18next-xhr-backend": "1.3.0",
27
     "i18next-xhr-backend": "1.3.0",
28
     "jitsi-meet-logger": "jitsi/jitsi-meet-logger",
28
     "jitsi-meet-logger": "jitsi/jitsi-meet-logger",
29
-    "jquery": "~2.1.1",
30
-    "jquery-contextmenu": "*",
29
+    "jquery": "2.1.4",
30
+    "jquery-contextmenu": "2.4.3",
31
     "jquery-i18next": "1.1.0",
31
     "jquery-i18next": "1.1.0",
32
     "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
32
     "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
33
     "jquery-ui": "1.10.5",
33
     "jquery-ui": "1.10.5",
34
     "jssha": "1.5.0",
34
     "jssha": "1.5.0",
35
-    "jws": "*",
35
+    "jws": "3.1.4",
36
     "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
36
     "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
37
-    "postis": "^2.2.0",
37
+    "postis": "2.2.0",
38
     "react": "15.4.2",
38
     "react": "15.4.2",
39
     "react-dom": "15.4.2",
39
     "react-dom": "15.4.2",
40
     "react-i18next": "2.2.0",
40
     "react-i18next": "2.2.0",
41
     "react-native": "0.41.2",
41
     "react-native": "0.41.2",
42
     "react-native-background-timer": "1.0.0",
42
     "react-native-background-timer": "1.0.0",
43
     "react-native-immersive": "0.0.4",
43
     "react-native-immersive": "0.0.4",
44
-    "react-native-keep-awake": "^2.0.2",
44
+    "react-native-keep-awake": "2.0.2",
45
     "react-native-locale-detector": "1.0.1",
45
     "react-native-locale-detector": "1.0.1",
46
-    "react-native-prompt": "^1.0.0",
47
-    "react-native-vector-icons": "^4.0.0",
46
+    "react-native-prompt": "1.0.0",
47
+    "react-native-vector-icons": "4.0.0",
48
     "react-native-webrtc": "jitsi/react-native-webrtc",
48
     "react-native-webrtc": "jitsi/react-native-webrtc",
49
-    "react-redux": "^5.0.2",
50
-    "redux": "^3.5.2",
51
-    "redux-thunk": "^2.1.0",
49
+    "react-redux": "5.0.3",
50
+    "redux": "3.6.0",
51
+    "redux-thunk": "2.2.0",
52
     "retry": "0.6.1",
52
     "retry": "0.6.1",
53
     "strophe": "1.2.4",
53
     "strophe": "1.2.4",
54
     "strophejs-plugins": "0.0.7",
54
     "strophejs-plugins": "0.0.7",
55
-    "toastr": "^2.0.3",
55
+    "toastr": "2.1.2",
56
     "url-polyfill": "github/url-polyfill",
56
     "url-polyfill": "github/url-polyfill",
57
-    "xmldom": "^0.1.27"
57
+    "xmldom": "0.1.27"
58
   },
58
   },
59
   "devDependencies": {
59
   "devDependencies": {
60
-    "babel-core": "^6.18.0",
61
-    "babel-eslint": "^7.1.1",
62
-    "babel-loader": "^6.2.10",
63
-    "babel-polyfill": "*",
64
-    "babel-preset-es2015": "^6.18.0",
65
-    "babel-preset-react": "^6.16.0",
66
-    "babel-preset-stage-1": "^6.16.0",
67
-    "clean-css": "^3.0.0",
68
-    "css-loader": "*",
69
-    "eslint": "^3.15.0",
70
-    "eslint-plugin-flowtype": "^2.30.0",
71
-    "eslint-plugin-import": "^2.2.0",
72
-    "eslint-plugin-jsdoc": "*",
73
-    "eslint-plugin-react": "*",
74
-    "eslint-plugin-react-native": "^2.2.1",
60
+    "babel-core": "6.23.1",
61
+    "babel-eslint": "7.1.1",
62
+    "babel-loader": "6.3.2",
63
+    "babel-polyfill": "6.23.0",
64
+    "babel-preset-es2015": "6.22.0",
65
+    "babel-preset-react": "6.23.0",
66
+    "babel-preset-stage-1": "6.22.0",
67
+    "clean-css": "3.4.25",
68
+    "css-loader": "0.26.2",
69
+    "eslint": "3.16.1",
70
+    "eslint-plugin-flowtype": "2.30.0",
71
+    "eslint-plugin-import": "2.2.0",
72
+    "eslint-plugin-jsdoc": "2.4.0",
73
+    "eslint-plugin-react": "6.10.0",
74
+    "eslint-plugin-react-native": "2.2.1",
75
     "expose-loader": "0.7.1",
75
     "expose-loader": "0.7.1",
76
-    "file-loader": "^0.10.0",
77
-    "flow-bin": "^0.37.0",
78
-    "haste-resolver-webpack-plugin": "^0.2.2",
79
-    "imports-loader": "*",
76
+    "file-loader": "0.10.1",
77
+    "flow-bin": "0.37.4",
78
+    "haste-resolver-webpack-plugin": "0.2.2",
79
+    "imports-loader": "0.7.1",
80
     "jshint": "2.9.4",
80
     "jshint": "2.9.4",
81
     "json-loader": "0.5.4",
81
     "json-loader": "0.5.4",
82
-    "node-sass": "^3.8.0",
82
+    "node-sass": "3.13.1",
83
     "precommit-hook": "3.0.0",
83
     "precommit-hook": "3.0.0",
84
-    "string-replace-loader": "*",
85
-    "style-loader": "*",
86
-    "webpack": "^1.14.0",
87
-    "webpack-dev-server": "^1.16.2"
84
+    "string-replace-loader": "1.0.5",
85
+    "style-loader": "0.13.2",
86
+    "webpack": "1.14.0",
87
+    "webpack-dev-server": "1.16.3"
88
   },
88
   },
89
   "license": "Apache-2.0",
89
   "license": "Apache-2.0",
90
   "scripts": {
90
   "scripts": {

正在加载...
取消
保存