Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: Remove prop-types from devDependencies.
We added it in 5b6014e to silence a peer-dep warning that react-intl hasn't been throwing for a while: formatjs/formatjs#1382 Note that react-intl's package.json doesn't have prop-types in its peerDependencies anymore: https://github.com/formatjs/formatjs/blob/react-intl%405.8.6/packages/react-intl/package.json#L144-L147 The package is for runtime checking for React props; we don't need it because we use Flow: https://www.npmjs.com/package/prop-types
- Loading branch information