Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move PropTypes from React package to prop-types (#36)
* Update generate-components to use prop-types for PropTypes (supporting React 16) Update components to use prop-types Move react (and react-dom) to peerDependencies to support multiple versions (15.4+ and 16.0+) Add package-lock.json * Update tests to include __init__ for finding tests package. * 0.8.1 * 0.9.0 * Bump version to 0.9.0 and update CHANGELOG * Remove mismatched components from previous release * Add back Base.react.js * integration tests * rerun publish * trigger ci build * Update generate-components to use prop-types for PropTypes (supporting React 16) Update components to use prop-types Move react (and react-dom) to peerDependencies to support multiple versions (15.4+ and 16.0+) Add package-lock.json * Update tests to include __init__ for finding tests package. * 0.8.1 * 0.9.0 * Bump version to 0.9.0 and update CHANGELOG * Remove mismatched components from previous release * Add back Base.react.js
- Loading branch information