Browse Source

Upgrade NPM dependencies/packages

j8
Lyubo Marinov 7 years ago
parent
commit
e5e7b59f43
2 changed files with 19 additions and 17 deletions
  1. 2
    0
      .flowconfig
  2. 17
    17
      package.json

+ 2
- 0
.flowconfig View File

22
 .*/node_modules/promise/index.js.flow
22
 .*/node_modules/promise/index.js.flow
23
 .*/node_modules/styled-components/.*
23
 .*/node_modules/styled-components/.*
24
 
24
 
25
+.*/\.git/.*
26
+
25
 [include]
27
 [include]
26
 
28
 
27
 [libs]
29
 [libs]

+ 17
- 17
package.json View File

34
     "bootstrap": "3.1.1",
34
     "bootstrap": "3.1.1",
35
     "es6-iterator": "2.0.1",
35
     "es6-iterator": "2.0.1",
36
     "es6-symbol": "3.1.1",
36
     "es6-symbol": "3.1.1",
37
-    "i18next": "8.4.0",
38
-    "i18next-browser-languagedetector": "1.0.1",
39
-    "i18next-xhr-backend": "1.4.1",
37
+    "i18next": "8.4.3",
38
+    "i18next-browser-languagedetector": "2.0.0",
39
+    "i18next-xhr-backend": "1.4.2",
40
     "jitsi-meet-logger": "jitsi/jitsi-meet-logger",
40
     "jitsi-meet-logger": "jitsi/jitsi-meet-logger",
41
     "jquery": "2.1.4",
41
     "jquery": "2.1.4",
42
     "jquery-contextmenu": "2.4.5",
42
     "jquery-contextmenu": "2.4.5",
49
     "lodash": "4.17.4",
49
     "lodash": "4.17.4",
50
     "nuclear-js": "1.4.0",
50
     "nuclear-js": "1.4.0",
51
     "postis": "2.2.0",
51
     "postis": "2.2.0",
52
-    "react": "15.4.2",
53
-    "react-dom": "15.4.2",
54
-    "react-i18next": "4.1.0",
52
+    "react": "15.6.1",
53
+    "react-dom": "15.6.1",
54
+    "react-i18next": "4.7.0",
55
     "react-native": "0.42.3",
55
     "react-native": "0.42.3",
56
     "react-native-background-timer": "saghul/react-native-background-timer#ios-end-task",
56
     "react-native-background-timer": "saghul/react-native-background-timer#ios-end-task",
57
     "react-native-immersive": "0.0.5",
57
     "react-native-immersive": "0.0.5",
58
     "react-native-keep-awake": "2.0.4",
58
     "react-native-keep-awake": "2.0.4",
59
     "react-native-locale-detector": "1.0.1",
59
     "react-native-locale-detector": "1.0.1",
60
     "react-native-prompt": "1.0.0",
60
     "react-native-prompt": "1.0.0",
61
-    "react-native-vector-icons": "4.1.1",
61
+    "react-native-vector-icons": "4.2.0",
62
     "react-native-webrtc": "jitsi/react-native-webrtc",
62
     "react-native-webrtc": "jitsi/react-native-webrtc",
63
     "react-redux": "5.0.5",
63
     "react-redux": "5.0.5",
64
-    "redux": "3.6.0",
64
+    "redux": "3.7.2",
65
     "redux-thunk": "2.2.0",
65
     "redux-thunk": "2.2.0",
66
     "retry": "0.6.1",
66
     "retry": "0.6.1",
67
     "strophe": "1.2.4",
67
     "strophe": "1.2.4",
72
     "xmldom": "0.1.27"
72
     "xmldom": "0.1.27"
73
   },
73
   },
74
   "devDependencies": {
74
   "devDependencies": {
75
-    "babel-core": "6.24.1",
75
+    "babel-core": "6.25.0",
76
     "babel-eslint": "7.2.3",
76
     "babel-eslint": "7.2.3",
77
-    "babel-loader": "7.0.0",
77
+    "babel-loader": "7.1.1",
78
     "babel-polyfill": "6.23.0",
78
     "babel-polyfill": "6.23.0",
79
     "babel-preset-es2015": "6.24.1",
79
     "babel-preset-es2015": "6.24.1",
80
     "babel-preset-react": "6.24.1",
80
     "babel-preset-react": "6.24.1",
83
     "css-loader": "0.28.4",
83
     "css-loader": "0.28.4",
84
     "eslint": "3.19.0",
84
     "eslint": "3.19.0",
85
     "eslint-plugin-flowtype": "2.30.4",
85
     "eslint-plugin-flowtype": "2.30.4",
86
-    "eslint-plugin-import": "2.3.0",
87
-    "eslint-plugin-jsdoc": "3.1.0",
86
+    "eslint-plugin-import": "2.7.0",
87
+    "eslint-plugin-jsdoc": "3.1.1",
88
     "eslint-plugin-react": "6.10.3",
88
     "eslint-plugin-react": "6.10.3",
89
-    "eslint-plugin-react-native": "2.3.2",
89
+    "eslint-plugin-react-native": "3.0.1",
90
     "expose-loader": "0.7.3",
90
     "expose-loader": "0.7.3",
91
-    "file-loader": "0.11.1",
91
+    "file-loader": "0.11.2",
92
     "flow-bin": "0.38.0",
92
     "flow-bin": "0.38.0",
93
     "imports-loader": "0.7.1",
93
     "imports-loader": "0.7.1",
94
     "jshint": "2.9.4",
94
     "jshint": "2.9.4",
95
     "node-sass": "3.13.1",
95
     "node-sass": "3.13.1",
96
     "precommit-hook": "3.0.0",
96
     "precommit-hook": "3.0.0",
97
-    "string-replace-loader": "1.2.0",
98
-    "style-loader": "0.18.1",
97
+    "string-replace-loader": "1.3.0",
98
+    "style-loader": "0.18.2",
99
     "webpack": "2.6.1",
99
     "webpack": "2.6.1",
100
-    "webpack-dev-server": "2.4.5"
100
+    "webpack-dev-server": "2.6.1"
101
   },
101
   },
102
   "engines": {
102
   "engines": {
103
     "node": ">=6.0.0"
103
     "node": ">=6.0.0"

Loading…
Cancel
Save