react-waypoint
Advanced tools
Comparing version 10.1.0 to 10.3.0
@@ -113,3 +113,8 @@ import * as React from 'react'; | ||
debug?: boolean; | ||
/** | ||
* Since React 18 Children are no longer implied, therefore we specify them here | ||
*/ | ||
children?: React.ReactNode; | ||
} | ||
} |
{ | ||
"name": "react-waypoint", | ||
"version": "10.1.0", | ||
"version": "10.3.0", | ||
"description": "A React component to execute a function whenever you scroll to an element.", | ||
@@ -39,3 +39,3 @@ "main": "cjs/index.js", | ||
"peerDependencies": { | ||
"react": "^15.3.0 || ^16.0.0 || ^17.0.0" | ||
"react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -65,5 +65,5 @@ "devDependencies": { | ||
"loose-envify": "^1.4.0", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"react-test-renderer": "^16.0.0", | ||
"react": "^16.0.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0", | ||
"react-test-renderer": "^16.0.0 || ^17.0.0 || ^18.0.0", | ||
"rimraf": "^3.0.2", | ||
@@ -87,3 +87,3 @@ "rollup": "^2.33.2", | ||
"prop-types": "^15.0.0", | ||
"react-is": "^17.0.1" | ||
"react-is": "^17.0.1 || ^18.0.0" | ||
}, | ||
@@ -90,0 +90,0 @@ "browserify": { |
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
1038
60737
6
+ Addedreact@18.3.1(transitive)
+ Addedreact-is@18.3.1(transitive)
- Removedreact@17.0.2(transitive)
- Removedreact-is@17.0.2(transitive)
Updatedreact-is@^17.0.1 || ^18.0.0