From bba8231e8c954b8f272786a3b0664260bf343248 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 21 Jan 2017 15:37:14 -0500 Subject: [PATCH] update npm dependencies (#1038) * only one github dependency left * update npm deps * exact versions of npm deps --- package.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 56fc3545..01bd6f71 100644 --- a/package.json +++ b/package.json @@ -22,27 +22,27 @@ "dependencies": { "attachmediastream": "1.4.2", "autolinker": "1.4.0", - "babel-cli": "6.18.0", - "babel-loader": "6.2.9", - "babel-plugin-lodash": "3.2.10", - "babel-plugin-transform-class-properties": "6.19.0", - "babel-preset-es2015": "6.18.0", - "babel-preset-react": "6.16.0", + "babel-cli": "6.22.2", + "babel-loader": "6.2.10", + "babel-plugin-lodash": "3.2.11", + "babel-plugin-transform-class-properties": "6.22.0", + "babel-preset-es2015": "6.22.0", + "babel-preset-react": "6.22.0", "backbone": "1.0.0", "clipboard-js": "0.3.2", "commonmark": "0.27.0", - "csv-parse": "1.1.7", - "emoji-mart": "^0.3.5", - "getScreenMedia": "git://github.com/devvmh/getScreenMedia#patch-1", - "hark": "git://github.com/devvmh/hark#patch-1", + "csv-parse": "1.1.10", + "emoji-mart": "0.3.5", + "getscreenmedia": "2.0.0", + "hark": "git://github.com/otalk/hark#342ef9b7eff2", "howler": "2.0.2", "json-loader": "0.5.4", - "lodash": "4.17.2", + "lodash": "4.17.4", "node-uuid": "1.4.7", "outdent": "0.3.0", - "react": "15.4.1", - "react-dom": "15.4.1", - "react-dropzone": "3.7.3", + "react": "15.4.2", + "react-dom": "15.4.2", + "react-dropzone": "3.9.1", "redux": "3.6.0", "simplewebrtc": "2.2.1", "socket.io": "1.3.7", @@ -60,6 +60,6 @@ "mocha": "^3.2.0" }, "optionalDependencies": { - "raml2html": "4.0.1" + "raml2html": "4.0.5" } }