@types/react-router-redux
Advanced tools
Comparing version 3.0.9 to 3.0.10
@@ -5,3 +5,3 @@ // Type definitions for react-router-redux 3.x | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
// TypeScript Version: 2.3 | ||
@@ -8,0 +8,0 @@ import * as Redux from "redux"; |
{ | ||
"name": "@types/react-router-redux", | ||
"version": "3.0.9", | ||
"version": "3.0.10", | ||
"description": "TypeScript definitions for react-router-redux", | ||
@@ -24,13 +24,15 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-router-redux" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"redux": "^3.6.0", | ||
"@types/history": "^3" | ||
"@types/history": "^3", | ||
"redux": "^3.6.0" | ||
}, | ||
"typesPublisherContentHash": "b072b339afd4342255b480294376418075fa5071d0a65fdf6103f7a642aa155a", | ||
"typeScriptVersion": "2.1" | ||
"typesPublisherContentHash": "d6775419549c41dfc3ad9381a4c1599853861f34765611ad5726c2a220226d75", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-router-redux/v3 | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-router-redux/v3 | ||
Additional Details | ||
* Last updated: Wed, 25 Oct 2017 18:38:04 GMT | ||
* Dependencies: history, redux | ||
* Last updated: Thu, 22 Aug 2019 15:48:05 GMT | ||
* Dependencies: @types/history, @types/redux | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Isman Usoh <https://github.com/isman-usoh>, Noah Shipley <https://github.com/noah79>, Dimitri Rosenberg <https://github.com/rosendi>. | ||
These definitions were written by Isman Usoh <https://github.com/isman-usoh>, Noah Shipley <https://github.com/noah79>, and Dimitri Rosenberg <https://github.com/rosendi>. |
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
4423