Update NPM dependencies/packages
This commit is contained in:
parent
08531ee675
commit
57065bb274
16
package.json
16
package.json
|
@ -25,9 +25,9 @@
|
||||||
"bootstrap": "3.1.1",
|
"bootstrap": "3.1.1",
|
||||||
"es6-iterator": "2.0.1",
|
"es6-iterator": "2.0.1",
|
||||||
"es6-symbol": "3.1.1",
|
"es6-symbol": "3.1.1",
|
||||||
"i18next": "7.1.2",
|
"i18next": "7.1.3",
|
||||||
"i18next-browser-languagedetector": "1.0.1",
|
"i18next-browser-languagedetector": "1.0.1",
|
||||||
"i18next-xhr-backend": "1.4.0",
|
"i18next-xhr-backend": "1.4.1",
|
||||||
"jitsi-meet-logger": "jitsi/jitsi-meet-logger",
|
"jitsi-meet-logger": "jitsi/jitsi-meet-logger",
|
||||||
"jquery": "2.1.4",
|
"jquery": "2.1.4",
|
||||||
"jquery-contextmenu": "2.4.3",
|
"jquery-contextmenu": "2.4.3",
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"postis": "2.2.0",
|
"postis": "2.2.0",
|
||||||
"react": "15.4.2",
|
"react": "15.4.2",
|
||||||
"react-dom": "15.4.2",
|
"react-dom": "15.4.2",
|
||||||
"react-i18next": "2.2.0",
|
"react-i18next": "2.2.3",
|
||||||
"react-native": "0.42.3",
|
"react-native": "0.42.3",
|
||||||
"react-native-background-timer": "1.0.0",
|
"react-native-background-timer": "1.0.0",
|
||||||
"react-native-immersive": "0.0.4",
|
"react-native-immersive": "0.0.4",
|
||||||
|
@ -61,16 +61,16 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "6.24.0",
|
"babel-core": "6.24.0",
|
||||||
"babel-eslint": "7.2.0",
|
"babel-eslint": "7.2.1",
|
||||||
"babel-loader": "6.4.1",
|
"babel-loader": "6.4.1",
|
||||||
"babel-polyfill": "6.23.0",
|
"babel-polyfill": "6.23.0",
|
||||||
"babel-preset-es2015": "6.24.0",
|
"babel-preset-es2015": "6.24.0",
|
||||||
"babel-preset-react": "6.23.0",
|
"babel-preset-react": "6.23.0",
|
||||||
"babel-preset-stage-1": "6.22.0",
|
"babel-preset-stage-1": "6.22.0",
|
||||||
"clean-css": "3.4.25",
|
"clean-css": "3.4.25",
|
||||||
"css-loader": "0.26.2",
|
"css-loader": "0.28.0",
|
||||||
"eslint": "3.18.0",
|
"eslint": "3.18.0",
|
||||||
"eslint-plugin-flowtype": "2.30.3",
|
"eslint-plugin-flowtype": "2.30.4",
|
||||||
"eslint-plugin-import": "2.2.0",
|
"eslint-plugin-import": "2.2.0",
|
||||||
"eslint-plugin-jsdoc": "3.0.0",
|
"eslint-plugin-jsdoc": "3.0.0",
|
||||||
"eslint-plugin-react": "6.10.3",
|
"eslint-plugin-react": "6.10.3",
|
||||||
|
@ -84,8 +84,8 @@
|
||||||
"json-loader": "0.5.4",
|
"json-loader": "0.5.4",
|
||||||
"node-sass": "3.13.1",
|
"node-sass": "3.13.1",
|
||||||
"precommit-hook": "3.0.0",
|
"precommit-hook": "3.0.0",
|
||||||
"string-replace-loader": "1.0.5",
|
"string-replace-loader": "1.1.0",
|
||||||
"style-loader": "0.15.0",
|
"style-loader": "0.16.1",
|
||||||
"webpack": "1.14.0",
|
"webpack": "1.14.0",
|
||||||
"webpack-dev-server": "1.16.3"
|
"webpack-dev-server": "1.16.3"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue