@types/react-router-redux
Advanced tools
Comparing version 5.0.16 to 5.0.17
@@ -7,3 +7,3 @@ // Type definitions for react-router-redux 5.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.8 | ||
// TypeScript Version: 3.0 | ||
@@ -10,0 +10,0 @@ import { |
{ | ||
"name": "@types/react-router-redux", | ||
"version": "5.0.16", | ||
"version": "5.0.17", | ||
"description": "TypeScript definitions for react-router-redux", | ||
@@ -24,2 +24,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -31,9 +32,9 @@ "type": "git", | ||
"dependencies": { | ||
"redux": ">= 3.7.2", | ||
"@types/history": "*", | ||
"@types/react": "*", | ||
"@types/react-router": "*" | ||
"@types/react-router": "*", | ||
"redux": ">= 3.7.2" | ||
}, | ||
"typesPublisherContentHash": "008f06cad8529c094503a367b8a1f942125d4a0e792fc82dbefe0ebdb331c587", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "570091441829e861ad3eb79ba9b187a7f06a37cd94702208e8fab937f0e78667", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 13 Sep 2018 23:45:52 GMT | ||
* Dependencies: redux, history, react, react-router | ||
* Last updated: Fri, 07 Dec 2018 23:17:11 GMT | ||
* Dependencies: @types/redux, @types/history, @types/react, @types/react-router | ||
* Global values: none | ||
@@ -15,0 +15,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
5267