downgrade babel-preset-react to avoid JSXSpreadChild error

This commit is contained in:
Devin Howard 2016-12-16 19:03:57 -05:00
parent 33fc27ffd1
commit 65dadfe044

View file

@ -25,7 +25,7 @@
"babel-plugin-lodash": "3.2.10", "babel-plugin-lodash": "3.2.10",
"babel-plugin-transform-class-properties": "6.19.0", "babel-plugin-transform-class-properties": "6.19.0",
"babel-preset-es2015": "6.18.0", "babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0", "babel-preset-react": "6.11.1",
"backbone": "1.0.0", "backbone": "1.0.0",
"clipboard-js": "git://github.com/devvmh/clipboard.js#patch-1", "clipboard-js": "git://github.com/devvmh/clipboard.js#patch-1",
"commonmark": "0.27.0", "commonmark": "0.27.0",