downgrade babel-preset-react to avoid JSXSpreadChild error
This commit is contained in:
parent
33fc27ffd1
commit
65dadfe044
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
"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-preset-react": "6.11.1",
|
||||
"backbone": "1.0.0",
|
||||
"clipboard-js": "git://github.com/devvmh/clipboard.js#patch-1",
|
||||
"commonmark": "0.27.0",
|
||||
|
|
Loading…
Reference in a new issue