@types/react-test-renderer
Advanced tools
Comparing version 18.0.1 to 18.0.2
@@ -23,5 +23,5 @@ // Type definitions for react-test-renderer 18.0 | ||
props: { [propName: string]: any }; | ||
children: ReactTestRendererNode | ReactTestRendererNode[]; | ||
children: null | ReactTestRendererNode[]; | ||
} | ||
export type ReactTestRendererNode = ReactTestRendererJSON | string | number | boolean | null | undefined; | ||
export type ReactTestRendererNode = ReactTestRendererJSON | string; | ||
export interface ReactTestRendererTree extends ReactTestRendererJSON { | ||
@@ -28,0 +28,0 @@ nodeType: 'component' | 'host'; |
{ | ||
"name": "@types/react-test-renderer", | ||
"version": "18.0.1", | ||
"version": "18.0.2", | ||
"description": "TypeScript definitions for react-test-renderer", | ||
@@ -55,4 +55,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-test-renderer", | ||
}, | ||
"typesPublisherContentHash": "4fb036d89102710142aef5f0b6692bd1b1c98c150fceeb9823327c1cbac62244", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "5cedaf420d3274bac1826b94a61b3df106f2589d29af16fc4fe8ee2716cf6579", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 03 Sep 2023 20:03:57 GMT | ||
* Last updated: Mon, 18 Sep 2023 19:05:36 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
8769