react-virtualized-auto-sizer
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -1,2 +0,2 @@ | ||
import { Component, ReactElement } from "react"; | ||
import { Component, ReactNode } from "react"; | ||
import { DetectElementResize } from "./vendor/detectElementResize.js"; | ||
@@ -24,3 +24,3 @@ import { Props } from "./types.js"; | ||
componentWillUnmount(): void; | ||
render(): ReactElement; | ||
render(): ReactNode; | ||
_onResize: () => void; | ||
@@ -27,0 +27,0 @@ _setRef: (autoSizer: HTMLElement | null) => void; |
{ | ||
"name": "react-virtualized-auto-sizer", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "Standalone version of the AutoSizer component from react-virtualized", | ||
@@ -71,3 +71,3 @@ "author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)", | ||
"@babel/preset-typescript": "^7.21.5", | ||
"@preconstruct/cli": "^2.7.0", | ||
"@preconstruct/cli": "^2.8.1", | ||
"@types/jest": "^26.0.15", | ||
@@ -85,4 +85,4 @@ "@types/react": "^18", | ||
"peerDependencies": { | ||
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0-rc", | ||
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0-rc" | ||
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -89,0 +89,0 @@ "preconstruct": { |
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
45250