@types/react-router-dom
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -42,3 +42,3 @@ // Type definitions for React Router 4.0 | ||
interface LinkProps extends React.HTMLAttributes<HTMLAnchorElement> { | ||
interface LinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> { | ||
to: H.LocationDescriptor; | ||
@@ -45,0 +45,0 @@ replace?: boolean; |
{ | ||
"name": "@types/react-router-dom", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "TypeScript definitions for React Router", | ||
@@ -28,4 +28,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "fdb1358da888c508aa843c3321ff70b2e39eca17d9e8fb66f6d080ab7f972b23", | ||
"typesPublisherContentHash": "7271a4eef8515401943d23b46bda0fe40b33fe68e9fffaf175692d6f12bc43ed", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 07 Jul 2017 20:52:56 GMT | ||
* Last updated: Tue, 11 Jul 2017 14:01:49 GMT | ||
* Dependencies: react-router, react, history | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
4973