react-in-viewport
Advanced tools
Comparing version 1.0.0-alpha.22 to 1.0.0-alpha.23
{ | ||
"name": "react-in-viewport", | ||
"version": "1.0.0-alpha.22", | ||
"version": "1.0.0-alpha.23", | ||
"description": "Track React component in viewport using Intersection Observer API", | ||
@@ -42,2 +42,3 @@ "author": "Roderick Hsiao <roderickhsiao@gmail.com>", | ||
"@storybook/react": "^6.0.0", | ||
"@testing-library/react": "^12.1.4", | ||
"@types/hoist-non-react-statics": "^3.3.1", | ||
@@ -74,4 +75,4 @@ "@types/jest": "^25.0.0", | ||
"peerDependencies": { | ||
"react": "^16.8.3 || ^17.0.0", | ||
"react-dom": "^16.8.3 || ^17.0.0" | ||
"react": "^16.8.3 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.8.3 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -78,0 +79,0 @@ "dependencies": { |
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
90991
39