Updated Dependencies

This commit is contained in:
akshitkrnagpal 2018-08-14 18:53:24 +05:30 committed by Saúl Ibarra Corretgé
parent da3e6b4780
commit b202264228
2 changed files with 383 additions and 410 deletions

743
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -74,64 +74,64 @@
"readmeFilename": "README.md",
"license": "Apache-2.0",
"dependencies": {
"@atlaskit/avatar": "14.0.2",
"@atlaskit/button": "9.0.2",
"@atlaskit/css-reset": "3.0.0",
"@atlaskit/droplist": "7.0.2",
"@atlaskit/field-text": "7.0.1",
"@atlaskit/icon": "13.2.0",
"@atlaskit/navigation": "33.0.2",
"@atlaskit/onboarding": "5.1.1",
"@atlaskit/page": "8.0.0",
"@atlaskit/spinner": "9.0.2",
"@atlaskit/theme": "5.1.0",
"@atlaskit/toggle": "5.0.2",
"@atlaskit/avatar": "14.0.6",
"@atlaskit/button": "9.0.5",
"@atlaskit/css-reset": "3.0.1",
"@atlaskit/droplist": "7.0.5",
"@atlaskit/field-text": "7.0.4",
"@atlaskit/icon": "13.2.4",
"@atlaskit/navigation": "33.1.4",
"@atlaskit/onboarding": "5.1.4",
"@atlaskit/page": "8.0.3",
"@atlaskit/spinner": "9.0.5",
"@atlaskit/theme": "5.1.3",
"@atlaskit/toggle": "5.0.5",
"electron-debug": "2.0.0",
"electron-is-dev": "0.3.0",
"electron-log": "2.2.16",
"electron-updater": "3.0.3",
"electron-updater": "3.1.1",
"electron-window-state": "4.1.1",
"history": "4.7.2",
"jitsi-meet-electron-utils": "github:jitsi/jitsi-meet-electron-utils#1972c3bf0884ace68eb496894dabae593d6dbf49",
"js-utils": "github:jitsi/js-utils#0c53500a5120be2aa3fc590f0f932a0d4771920f",
"moment": "2.22.2",
"mousetrap": "1.6.2",
"react": "16.4.1",
"react-dom": "16.4.1",
"react": "16.4.2",
"react-dom": "16.4.2",
"react-redux": "5.0.7",
"react-router-redux": "5.0.0-alpha.9",
"redux": "4.0.0",
"redux-logger": "3.0.6",
"redux-persist": "5.10.0",
"redux-persist-electron-storage": "1.1.2",
"styled-components": "3.3.3"
"styled-components": "3.4.2"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-loader": "7.1.5",
"babel-plugin-inline-react-svg": "0.5.3",
"babel-plugin-inline-react-svg": "0.5.4",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"css-loader": "1.0.0",
"devtron": "1.4.0",
"electron": "2.0.5",
"electron-builder": "20.26.0",
"electron": "3.0.0-beta.5",
"electron-builder": "20.28.1",
"electron-react-devtools": "0.5.3",
"eslint": "5.1.0",
"eslint": "5.3.0",
"eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#v0.1.0",
"eslint-plugin-flowtype": "2.50.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsdoc": "3.7.1",
"eslint-plugin-react": "7.10.0",
"eslint-plugin-react": "7.11.0",
"file-loader": "1.1.11",
"flow-bin": "0.76.0",
"flow-bin": "0.78.0",
"html-webpack-plugin": "3.2.0",
"precommit-hook": "3.0.0",
"style-loader": "0.21.0",
"style-loader": "0.22.1",
"svg-inline-loader": "0.8.0",
"webpack": "4.16.1",
"webpack": "4.16.5",
"webpack-cli": "3.1.0"
}
}