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,6 +22,8 @@
22 22
 .*/node_modules/promise/index.js.flow
23 23
 .*/node_modules/styled-components/.*
24 24
 
25
+.*/\.git/.*
26
+
25 27
 [include]
26 28
 
27 29
 [libs]

+ 17
- 17
package.json View File

@@ -34,9 +34,9 @@
34 34
     "bootstrap": "3.1.1",
35 35
     "es6-iterator": "2.0.1",
36 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 40
     "jitsi-meet-logger": "jitsi/jitsi-meet-logger",
41 41
     "jquery": "2.1.4",
42 42
     "jquery-contextmenu": "2.4.5",
@@ -49,19 +49,19 @@
49 49
     "lodash": "4.17.4",
50 50
     "nuclear-js": "1.4.0",
51 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 55
     "react-native": "0.42.3",
56 56
     "react-native-background-timer": "saghul/react-native-background-timer#ios-end-task",
57 57
     "react-native-immersive": "0.0.5",
58 58
     "react-native-keep-awake": "2.0.4",
59 59
     "react-native-locale-detector": "1.0.1",
60 60
     "react-native-prompt": "1.0.0",
61
-    "react-native-vector-icons": "4.1.1",
61
+    "react-native-vector-icons": "4.2.0",
62 62
     "react-native-webrtc": "jitsi/react-native-webrtc",
63 63
     "react-redux": "5.0.5",
64
-    "redux": "3.6.0",
64
+    "redux": "3.7.2",
65 65
     "redux-thunk": "2.2.0",
66 66
     "retry": "0.6.1",
67 67
     "strophe": "1.2.4",
@@ -72,9 +72,9 @@
72 72
     "xmldom": "0.1.27"
73 73
   },
74 74
   "devDependencies": {
75
-    "babel-core": "6.24.1",
75
+    "babel-core": "6.25.0",
76 76
     "babel-eslint": "7.2.3",
77
-    "babel-loader": "7.0.0",
77
+    "babel-loader": "7.1.1",
78 78
     "babel-polyfill": "6.23.0",
79 79
     "babel-preset-es2015": "6.24.1",
80 80
     "babel-preset-react": "6.24.1",
@@ -83,21 +83,21 @@
83 83
     "css-loader": "0.28.4",
84 84
     "eslint": "3.19.0",
85 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 88
     "eslint-plugin-react": "6.10.3",
89
-    "eslint-plugin-react-native": "2.3.2",
89
+    "eslint-plugin-react-native": "3.0.1",
90 90
     "expose-loader": "0.7.3",
91
-    "file-loader": "0.11.1",
91
+    "file-loader": "0.11.2",
92 92
     "flow-bin": "0.38.0",
93 93
     "imports-loader": "0.7.1",
94 94
     "jshint": "2.9.4",
95 95
     "node-sass": "3.13.1",
96 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 99
     "webpack": "2.6.1",
100
-    "webpack-dev-server": "2.4.5"
100
+    "webpack-dev-server": "2.6.1"
101 101
   },
102 102
   "engines": {
103 103
     "node": ">=6.0.0"

Loading…
Cancel
Save