@types/react-modal
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "@types/react-modal", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "TypeScript definitions for react-modal v1.3.0", | ||
@@ -13,4 +13,7 @@ "license": "MIT", | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typings": "react-modal.d.ts" | ||
"dependencies": { | ||
"@types/react": "*" | ||
}, | ||
"typings": "react-modal.d.ts", | ||
"typesPublisherContentHash": "e71e10988618a68b9a8ba314b73227e5fd754609a0556ee25e2b1b312cbb45cc" | ||
} |
@@ -26,4 +26,4 @@ // Type definitions for react-modal v1.3.0 | ||
} | ||
let ReactModal: __React.ClassicComponentClass<ReactModal>; | ||
let ReactModal: React.ClassicComponentClass<ReactModal>; | ||
export = ReactModal; | ||
} |
@@ -11,5 +11,5 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 25 Aug 2016 16:56:09 GMT | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: DeclareModule | ||
* Library Dependencies: none | ||
* Library Dependencies: react | ||
* Module Dependencies: none | ||
@@ -16,0 +16,0 @@ * Global values: none |
{ | ||
"authors": "Rajab Shakirov <https://github.com/radziksh>", | ||
"definitionFilename": "react-modal.d.ts", | ||
"libraryDependencies": [], | ||
"libraryDependencies": [ | ||
"react" | ||
], | ||
"moduleDependencies": [], | ||
@@ -22,3 +24,3 @@ "libraryMajorVersion": "1", | ||
"hasPackageJson": false, | ||
"contentHash": "e341324791405e45621f47de500dc36514dda1ae9ad173aa18432b34bb89ff84" | ||
"contentHash": "e71e10988618a68b9a8ba314b73227e5fd754609a0556ee25e2b1b312cbb45cc" | ||
} |
2752
50
1
+ Added@types/react@*
+ Added@types/react@19.0.8(transitive)
+ Addedcsstype@3.1.3(transitive)