Skip to content
Snippets Groups Projects
Commit 4b18d50b authored by Anton Georgiev's avatar Anton Georgiev
Browse files

update npm packages versions

parent 627280ac
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ export default function handleValidateAuthToken({ body }, meetingId) {
// Publish user join message
if (valid && !waitForApproval) {
Logger.info('User=', JSON.stringify(User));
Logger.info('User=', User);
userJoin(meetingId, userId, User.authToken);
}
......
This diff is collapsed.
......@@ -26,7 +26,7 @@
"but Meteor 1.6.0.1 doesn't see it there for some reason",
"need to investigate"
],
"@babel/runtime": "^7.2.0",
"@babel/runtime": "^7.3.1",
"@browser-bunyan/server-stream": "^1.5.0",
"autoprefixer": "~9.3.1",
"babel-plugin-react-remove-properties": "~0.2.5",
......@@ -35,7 +35,7 @@
"browser-detect": "^0.2.28",
"classnames": "^2.2.6",
"clipboard": "^2.0.4",
"core-js": "^2.6.0",
"core-js": "^2.6.4",
"eventemitter2": "~5.0.1",
"fibers": "^3.1.1",
"flat": "~4.1.0",
......@@ -48,28 +48,28 @@
"node-sass": "^4.10.0",
"postcss-nested": "4.1.0",
"probe-image-size": "~4.0.0",
"prop-types": "^15.6.2",
"re-resizable": "^4.10.0",
"react": "^16.6.3",
"prop-types": "^15.7.1",
"re-resizable": "^4.11.0",
"react": "^16.8.1",
"react-autosize-textarea": "^5.0.1",
"react-color": "~2.14.1",
"react-dom": "^16.6.3",
"react-dom": "^16.8.1",
"react-dropzone": "^7.0.1",
"react-intl": "~2.7.2",
"react-modal": "~3.6.1",
"react-render-in-browser": "^1.0.0",
"react-render-in-browser": "^1.1.1",
"react-tabs": "~2.3.0",
"react-toastify": "^4.4.3",
"react-toastify": "^4.5.2",
"react-toggle": "~4.0.2",
"react-transition-group": "~2.5.0",
"react-transition-group": "^2.5.3",
"react-vimeo": "^2.0.0",
"react-youtube": "^7.8.0",
"react-youtube": "^7.9.0",
"reconnecting-websocket": "~v4.1.10",
"redis": "~2.8.0",
"string-hash": "~1.1.3",
"tippy.js": "^3.4.1",
"winston": "^3.1.0",
"yaml": "^1.0.3"
"winston": "^3.2.1",
"yaml": "^1.3.2"
},
"devDependencies": {
"chai": "~4.2.0",
......@@ -79,8 +79,8 @@
"eslint-plugin-import": "~2.14.0",
"eslint-plugin-jsx-a11y": "~6.1.2",
"eslint-plugin-react": "~7.11.1",
"husky": "^1.1.4",
"lint-staged": "^8.0.5",
"husky": "^1.3.1",
"lint-staged": "^8.1.3",
"postcss-modules-extract-imports": "2.0.0",
"postcss-modules-local-by-default": "1.2.0",
"postcss-modules-scope": "1.1.0",
......@@ -88,8 +88,8 @@
"wdio-junit-reporter": "~0.4.4",
"wdio-spec-reporter": "^0.1.5",
"wdio-visual-regression-service": "~0.9.0",
"webdriver-manager": "~12.1.0",
"webdriverio": "^4.14.1"
"webdriver-manager": "^12.1.1",
"webdriverio": "^4.14.2"
},
"cssModules": {
"cssClassNamingConvention": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment