@types/react-test-renderer
Advanced tools
Comparing version 15.5.2 to 15.5.3
@@ -17,3 +17,3 @@ // Type definitions for react-test-renderer 15.5 | ||
type: string; | ||
props: { [propName: string]: string }; | ||
props: { [propName: string]: any }; | ||
children: null | Array<string | ReactTestRendererJSON>; | ||
@@ -20,0 +20,0 @@ $$typeof?: any; |
{ | ||
"name": "@types/react-test-renderer", | ||
"version": "15.5.2", | ||
"version": "15.5.3", | ||
"description": "TypeScript definitions for react-test-renderer", | ||
@@ -33,5 +33,4 @@ "license": "MIT", | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "1c84882f89469795763e8250ecfbea351a14b937613d6286b3c726bb17d87386", | ||
"typesPublisherContentHash": "113e821b03302b823febde4bcf22dbbff722363bf2e9369761515779224e6f55", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 18 Jul 2017 13:54:28 GMT | ||
* Last updated: Wed, 16 Aug 2017 22:06:59 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -0,0 +0,0 @@ import { ReactElement } from 'react'; |
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
4597