react-hot-loader
Advanced tools
Comparing version 4.13.0 to 4.13.1
{ | ||
"name": "react-hot-loader", | ||
"version": "4.13.0", | ||
"version": "4.13.1", | ||
"description": "Tweak React components in real time.", | ||
@@ -103,5 +103,5 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"@types/react": "^15.0.0 || ^16.0.0 || ^17.0.0 ", | ||
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 ", | ||
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 " | ||
"@types/react": "^15.0.0 || ^16.0.0 || ^17.0.0", | ||
"react": "^15.0.0 || ^16.0.0 || ^17.0.0", | ||
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0" | ||
}, | ||
@@ -117,3 +117,3 @@ "peerDependenciesMeta": { | ||
"hoist-non-react-statics": "^3.3.0", | ||
"loader-utils": "^1.1.0", | ||
"loader-utils": "^2.0.3", | ||
"prop-types": "^15.6.1", | ||
@@ -120,0 +120,0 @@ "react-lifecycles-compat": "^3.0.4", |
@@ -29,2 +29,4 @@ # React Hot Loader | ||
* `other bundler` - no support yet, use React-Hot-Loader | ||
* `create-react-app` - [supports Fast Refresh](https://create-react-app.dev/docs/advanced-configuration/) with FAST_REFRESH env since 4. | ||
* `next.js` - [supports Fast Refresh](https://nextjs.org/docs/basic-features/fast-refresh) since 9.4 | ||
@@ -646,3 +648,3 @@ ## Install | ||
You don't need to wrap every component with `hot`, application work work fine with a single one. | ||
You don't need to wrap every component with `hot`, application works fine with a single one. | ||
@@ -649,0 +651,0 @@ ### (old)`hot(module, options)(Component, options)` |
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
951
198102
17
+ Addedjson5@2.2.3(transitive)
+ Addedloader-utils@2.0.4(transitive)
- Removedjson5@1.0.2(transitive)
- Removedloader-utils@1.4.2(transitive)
- Removedminimist@1.2.8(transitive)
Updatedloader-utils@^2.0.3