react-hot-loader
Advanced tools
Comparing version 4.12.20 to 4.12.21
@@ -5,2 +5,9 @@ # Changelog | ||
### [4.12.21](https://github.com/gaearon/react-hot-loader/compare/v4.12.20...v4.12.21) (2020-04-30) | ||
### Bug Fixes | ||
* add peerDependenciesMeta in package.json (#1433) | ||
### [4.12.20](https://github.com/gaearon/react-hot-loader/compare/v4.12.19...v4.12.20) (2020-03-14) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "react-hot-loader", | ||
"version": "4.12.20", | ||
"version": "4.12.21", | ||
"description": "Tweak React components in real time.", | ||
@@ -106,2 +106,7 @@ "main": "index.js", | ||
}, | ||
"peerDependenciesMeta": { | ||
"@types/react": { | ||
"optional": true | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -108,0 +113,0 @@ "fast-levenshtein": "^2.0.6", |
@@ -19,5 +19,5 @@ # React Hot Loader | ||
# Deprecation note | ||
# Moving towards next step | ||
React-Hot-Loader was your friendly neighbour, living outside of React. But it was limiting it's powers and causing not the greatest experience. It's time to make a next step. | ||
React-Hot-Loader has been your friendly neighbour, living outside of React. But it has been limiting its powers and causing not the greatest experience. It's time to make a next step. | ||
@@ -24,0 +24,0 @@ **React-Hot-Loader is expected to be replaced by [React Fast Refresh](https://github.com/facebook/react/issues/16604)**. Please remove React-Hot-Loader if Fast Refresh is currently supported on your environment. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
247685