Skip to content

Commit

Permalink
Update for React 16 (#29)
Browse files Browse the repository at this point in the history
* chore: Update test packages for React 16

* refactor: Some adjustments to React 16 support

* chore: Update example app to React 16
  • Loading branch information
aldeed authored and MicheleBertoli committed Feb 4, 2018
1 parent 944b306 commit b9230e8
Show file tree
Hide file tree
Showing 11 changed files with 5,770 additions and 1,631 deletions.
16 changes: 9 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "example",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"start": "styleguidist server"
},
"devDependencies": {
"prop-types": "15.5.10",
"react": "15.6.1",
"react-dom": "15.6.1",
"react-styleguidist": "5.4.4",
"snapguidist": "next",
"webpack": "1.14.0"
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-styleguidist": "6.2.2",
"snapguidist": "./..",
"webpack": "3.10.0"
}
}
2 changes: 1 addition & 1 deletion example/styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = snapguidist({
loaders: [{
test: /\.jsx?$/,
include: path.resolve(__dirname, 'src'),
loader: 'babel',
loader: 'babel-loader',
}],
},
},
Expand Down
Loading

0 comments on commit b9230e8

Please sign in to comment.