Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Jun 15, 2017
1 parent 75a199b commit 0c05dcc
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 154 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
},
"homepage": "https://github.com/PlatziDev/socket.io-react#readme",
"devDependencies": {
"babel": "6.5.2",
"babel": "6.23.0",
"babel-cli": "6.6.5",
"babel-plugin-transform-class-properties": "6.6.0",
"babel-plugin-transform-es2015-block-scoping": "6.20.0",
"babel-plugin-transform-es2015-classes": "6.6.5",
"babel-plugin-transform-es2015-modules-commonjs": "6.7.0",
"babel-plugin-transform-es2015-spread": "6.6.5",
"babel-plugin-transform-react-constant-elements": "6.5.0",
"babel-plugin-transform-react-inline-elements": "6.6.5"
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-es2015-block-scoping": "6.24.1",
"babel-plugin-transform-es2015-classes": "6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
"babel-plugin-transform-es2015-spread": "6.22.0",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-inline-elements": "6.22.0"
},
"peerDependencies": {
"socket.io-client": "^1.4.5",
Expand Down
Loading

0 comments on commit 0c05dcc

Please sign in to comment.