-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Update test packages for React 16 * refactor: Some adjustments to React 16 support * chore: Update example app to React 16
- Loading branch information
1 parent
944b306
commit b9230e8
Showing
11 changed files
with
5,770 additions
and
1,631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.