update npm dependencies (#1038)

* only one github dependency left

* update npm deps

* exact versions of npm deps
This commit is contained in:
Devin Howard 2017-01-21 15:37:14 -05:00 committed by GitHub
parent 1229e92feb
commit bba8231e8c

View file

@ -22,27 +22,27 @@
"dependencies": { "dependencies": {
"attachmediastream": "1.4.2", "attachmediastream": "1.4.2",
"autolinker": "1.4.0", "autolinker": "1.4.0",
"babel-cli": "6.18.0", "babel-cli": "6.22.2",
"babel-loader": "6.2.9", "babel-loader": "6.2.10",
"babel-plugin-lodash": "3.2.10", "babel-plugin-lodash": "3.2.11",
"babel-plugin-transform-class-properties": "6.19.0", "babel-plugin-transform-class-properties": "6.22.0",
"babel-preset-es2015": "6.18.0", "babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.16.0", "babel-preset-react": "6.22.0",
"backbone": "1.0.0", "backbone": "1.0.0",
"clipboard-js": "0.3.2", "clipboard-js": "0.3.2",
"commonmark": "0.27.0", "commonmark": "0.27.0",
"csv-parse": "1.1.7", "csv-parse": "1.1.10",
"emoji-mart": "^0.3.5", "emoji-mart": "0.3.5",
"getScreenMedia": "git://github.com/devvmh/getScreenMedia#patch-1", "getscreenmedia": "2.0.0",
"hark": "git://github.com/devvmh/hark#patch-1", "hark": "git://github.com/otalk/hark#342ef9b7eff2",
"howler": "2.0.2", "howler": "2.0.2",
"json-loader": "0.5.4", "json-loader": "0.5.4",
"lodash": "4.17.2", "lodash": "4.17.4",
"node-uuid": "1.4.7", "node-uuid": "1.4.7",
"outdent": "0.3.0", "outdent": "0.3.0",
"react": "15.4.1", "react": "15.4.2",
"react-dom": "15.4.1", "react-dom": "15.4.2",
"react-dropzone": "3.7.3", "react-dropzone": "3.9.1",
"redux": "3.6.0", "redux": "3.6.0",
"simplewebrtc": "2.2.1", "simplewebrtc": "2.2.1",
"socket.io": "1.3.7", "socket.io": "1.3.7",
@ -60,6 +60,6 @@
"mocha": "^3.2.0" "mocha": "^3.2.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"raml2html": "4.0.1" "raml2html": "4.0.5"
} }
} }