react-timing-hooks
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -5,2 +5,11 @@ # Changelog | ||
## [2.2.0](https://github.com/EricLambrecht/react-timing-hooks/compare/v2.1.0...v2.2.0) (2022-01-19) | ||
### Features | ||
Add support for React 17. | ||
* updated React dependency version requirement ([9a4d6b1](https://github.com/EricLambrecht/react-timing-hooks/commit/9a4d6b1b0b81c628ebb80b5c8102b651da63af1f)) | ||
## [2.1.0](https://github.com/EricLambrecht/react-timing-hooks/compare/v2.0.0...v2.1.0) (2022-01-15) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "react-timing-hooks", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "React hooks for setTimeout, setInterval, requestAnimationFrame, requestIdleCallback", | ||
@@ -51,4 +51,4 @@ "main": "dist/index.js", | ||
"@types/node": "^13.13.21", | ||
"@types/react": "^16.9.49", | ||
"@types/react-dom": "^16.9.8", | ||
"@types/react": "^17.0.38", | ||
"@types/react-dom": "^17.0.11", | ||
"cli-confirm": "^1.0.1", | ||
@@ -60,5 +60,5 @@ "commitizen": "^4.2.1", | ||
"prettier": "^2.1.2", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-test-renderer": "^16.13.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-test-renderer": "^17.0.2", | ||
"replace": "^1.2.0", | ||
@@ -73,3 +73,3 @@ "rimraf": "^3.0.2", | ||
"peerDependencies": { | ||
"react": "^16.8.6" | ||
"react": "^16.8.0 || ^17.0.0" | ||
}, | ||
@@ -76,0 +76,0 @@ "config": { |
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
32796