update npm dependencies (#1038)
* only one github dependency left * update npm deps * exact versions of npm deps
This commit is contained in:
parent
1229e92feb
commit
bba8231e8c
1 changed files with 15 additions and 15 deletions
30
package.json
30
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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue