@types/react-test-renderer
Advanced tools
Comparing version 16.9.11 to 16.9.12
@@ -50,3 +50,3 @@ import { ElementType, ReactElement } from "react"; | ||
declare const UNDEFINED_VOID_ONLY: unique symbol; | ||
// tslint:disable-next-line: void-return | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
type VoidOrUndefinedOnly = void | { [UNDEFINED_VOID_ONLY]: never }; | ||
@@ -53,0 +53,0 @@ /** |
{ | ||
"name": "@types/react-test-renderer", | ||
"version": "16.9.11", | ||
"version": "16.9.12", | ||
"description": "TypeScript definitions for react-test-renderer", | ||
@@ -50,4 +50,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-test-renderer", | ||
}, | ||
"typesPublisherContentHash": "d01bdff3f563ce223c7af608fd6344cc46e25e141161abddc1d17ab0c29d1005", | ||
"typesPublisherContentHash": "ed418d6c2c22e5e18b8b1e9d3f7a1ea4580281a7cfee910915932084dafa904d", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT | ||
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ |
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
7961