@types/react-widgets
Advanced tools
Comparing version 3.2.22 to 3.2.23
@@ -0,0 +0,0 @@ // Type definitions for react-widgets v3.2.1 |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
{ | ||
"name": "@types/react-widgets", | ||
"version": "3.2.22", | ||
"description": "TypeScript definitions for react-widgets v3.2.1", | ||
"version": "3.2.23", | ||
"description": "TypeScript definitions for react-widgets", | ||
"license": "MIT", | ||
@@ -13,6 +13,7 @@ "author": "Rogier Schouten <https://github.com/rogierschouten/>", | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"@types/react": "*" | ||
}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "4076e62a2b7d177d4ddb00d993783861108ee797cc64c71222868fc31e8626e8" | ||
"typesPublisherContentHash": "ec03b846c76b674ebab761de40eddebcc99ab5fb17b4c8d8a2ee14bad8965995" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for react-widgets v3.2.1 (https://github.com/jquense/react-widgets). | ||
This package contains type definitions for react-widgets (https://github.com/jquense/react-widgets). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Thu, 13 Oct 2016 19:38:51 GMT | ||
* Last updated: Mon, 28 Nov 2016 19:18:10 GMT | ||
* File structure: ProperModule | ||
@@ -15,0 +15,0 @@ * Library Dependencies: none |
{ | ||
"authors": "Rogier Schouten <https://github.com/rogierschouten/>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
@@ -8,5 +7,5 @@ "moduleDependencies": [ | ||
], | ||
"libraryMajorVersion": "3", | ||
"libraryMinorVersion": "2", | ||
"libraryName": "react-widgets v3.2.1", | ||
"libraryMajorVersion": 3, | ||
"libraryMinorVersion": 2, | ||
"libraryName": "react-widgets", | ||
"typingsPackageName": "react-widgets", | ||
@@ -31,12 +30,12 @@ "projectName": "https://github.com/jquense/react-widgets", | ||
"index.d.ts", | ||
"lib/Calendar.d.ts", | ||
"lib/Combobox.d.ts", | ||
"lib/DateTimePicker.d.ts", | ||
"lib/DropdownList.d.ts", | ||
"lib/Multiselect.d.ts", | ||
"lib/NumberPicker.d.ts", | ||
"lib/SelectList.d.ts" | ||
"lib\\Calendar.d.ts", | ||
"lib\\Combobox.d.ts", | ||
"lib\\DateTimePicker.d.ts", | ||
"lib\\DropdownList.d.ts", | ||
"lib\\Multiselect.d.ts", | ||
"lib\\NumberPicker.d.ts", | ||
"lib\\SelectList.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "4076e62a2b7d177d4ddb00d993783861108ee797cc64c71222868fc31e8626e8" | ||
"contentHash": "ec03b846c76b674ebab761de40eddebcc99ab5fb17b4c8d8a2ee14bad8965995" | ||
} |
40919
1
968
+ Added@types/react@*
+ Added@types/react@19.0.7(transitive)
+ Addedcsstype@3.1.3(transitive)