Skip to content

Commit

Permalink
bump react-bootstrap version (#3723)
Browse files Browse the repository at this point in the history
1. avoid exports is not defined error
2. per jordan's suggestion, update .babelrc only use airbnb presets
  • Loading branch information
Grace Guo authored Oct 27, 2017
1 parent 1582fa1 commit cbd0107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion superset/assets/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets" : ["airbnb", "env", "react"],
"presets" : ["airbnb"],
}
4 changes: 1 addition & 3 deletions superset/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"react-addons-css-transition-group": "^15.6.0",
"react-addons-shallow-compare": "^15.4.2",
"react-alert": "^2.3.0",
"react-bootstrap": "^0.31.2",
"react-bootstrap": "^0.31.5",
"react-bootstrap-table": "^4.0.2",
"react-color": "^2.13.8",
"react-datetime": "2.9.0",
Expand Down Expand Up @@ -106,8 +106,6 @@
"babel-plugin-css-modules-transform": "^1.1.0",
"babel-polyfill": "^6.23.0",
"babel-preset-airbnb": "^2.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.11.1",
"chai": "^4.0.2",
"clean-webpack-plugin": "^0.1.16",
"codeclimate-test-reporter": "^0.5.0",
Expand Down

0 comments on commit cbd0107

Please sign in to comment.