@types/react-test-renderer
Advanced tools
Comparing version 16.9.2 to 16.9.3
@@ -27,3 +27,3 @@ // Type definitions for react-test-renderer 16.9 | ||
instance: any; | ||
rendered: null | ReactTestRendererTree; | ||
rendered: null | ReactTestRendererTree | ReactTestRendererTree[]; | ||
} | ||
@@ -46,3 +46,3 @@ export interface ReactTestInstance { | ||
export interface ReactTestRenderer { | ||
toJSON(): null | ReactTestRendererJSON; | ||
toJSON(): null | ReactTestRendererJSON | ReactTestRendererJSON[]; | ||
toTree(): null | ReactTestRendererTree; | ||
@@ -49,0 +49,0 @@ unmount(nextElement?: ReactElement): void; |
{ | ||
"name": "@types/react-test-renderer", | ||
"version": "16.9.2", | ||
"version": "16.9.3", | ||
"description": "TypeScript definitions for react-test-renderer", | ||
@@ -49,4 +49,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "1551c9091af69e46d44955f89f2358f5199efb9b7d4b4768cf78ee0fb985d333", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "63a05928aa238546be46b7e62181ac553857b9778193ef569419fcb49377fd4f", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 22 Jan 2020 18:10:56 GMT | ||
* Last updated: Mon, 03 Aug 2020 20:01:33 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Arvitaly (https://github.com/arvitaly), Lochbrunner (https://github.com/lochbrunner), John Reilly (https://github.com/johnnyreilly), John Gozde (https://github.com/jgoz), Jessica Franco (https://github.com/Jessidhia), and Dhruv Jain (https://github.com/maddhruv). | ||
These definitions were written by [Arvitaly](https://github.com/arvitaly), [Lochbrunner](https://github.com/lochbrunner), [John Reilly](https://github.com/johnnyreilly), [John Gozde](https://github.com/jgoz), [Jessica Franco](https://github.com/Jessidhia), and [Dhruv Jain](https://github.com/maddhruv). |
Sorry, the diff of this file is not supported yet
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
8272