@types/react 16.8.7 → 16.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- react/README.md +2 -2
- react/index.d.ts +0 -1
- react/package.json +2 -7
react/README.md
CHANGED
@@ -8,9 +8,9 @@ This package contains type definitions for React ( http://facebook.github.io/rea
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
|
9
9
|
|
10
10
|
Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Tue, 12 Mar 2019 20:08:44 GMT
|
12
12
|
* Dependencies: @types/csstype, @types/prop-types
|
13
13
|
* Global values: React
|
14
14
|
|
15
15
|
# Credits
|
16
|
-
These definitions were written by Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>, John Reilly <https://github.com/johnnyreilly>, Benoit Benezech <https://github.com/bbenezech>, Patricio Zavolinsky <https://github.com/pzavolinsky>, Digiguru <https://github.com/digiguru>, Eric Anderson <https://github.com/ericanderson>, Tanguy Krotoff <https://github.com/tkrotoff>, Dovydas Navickas <https://github.com/DovydasNavickas>, Stéphane Goetz <https://github.com/onigoetz>, Josh Rutherford <https://github.com/theruther4d>, Guilherme Hübner <https://github.com/guilhermehubner>, Ferdy Budhidharma <https://github.com/ferdaber>, Johann Rakotoharisoa <https://github.com/jrakotoharisoa>, Olivier Pascal <https://github.com/pascaloliv>, Martin Hochel <https://github.com/hotell>, Frank Li <https://github.com/franklixuefei>, Jessica Franco <https://github.com/Jessidhia>, Paul Sherman <https://github.com/pshrmn>,
|
16
|
+
These definitions were written by Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>, John Reilly <https://github.com/johnnyreilly>, Benoit Benezech <https://github.com/bbenezech>, Patricio Zavolinsky <https://github.com/pzavolinsky>, Digiguru <https://github.com/digiguru>, Eric Anderson <https://github.com/ericanderson>, Tanguy Krotoff <https://github.com/tkrotoff>, Dovydas Navickas <https://github.com/DovydasNavickas>, Stéphane Goetz <https://github.com/onigoetz>, Josh Rutherford <https://github.com/theruther4d>, Guilherme Hübner <https://github.com/guilhermehubner>, Ferdy Budhidharma <https://github.com/ferdaber>, Johann Rakotoharisoa <https://github.com/jrakotoharisoa>, Olivier Pascal <https://github.com/pascaloliv>, Martin Hochel <https://github.com/hotell>, Frank Li <https://github.com/franklixuefei>, Jessica Franco <https://github.com/Jessidhia>, Paul Sherman <https://github.com/pshrmn>, Saransh Kataria <https://github.com/saranshkataria>.
|
react/index.d.ts
CHANGED
@@ -20,7 +20,6 @@
|
|
20
20
|
// Frank Li <https://github.com/franklixuefei>
|
21
21
|
// Jessica Franco <https://github.com/Jessidhia>
|
22
22
|
// Paul Sherman <https://github.com/pshrmn>
|
23
|
-
// Sunil Pai <https://github.com/threepointone>
|
24
23
|
// Saransh Kataria <https://github.com/saranshkataria>
|
25
24
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
26
25
|
// TypeScript Version: 2.8
|
react/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "16.8.
|
3
|
+
"version": "16.8.8",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
5
|
"license": "MIT",
|
6
6
|
"contributors": [
|
@@ -101,11 +101,6 @@
|
|
101
101
|
"url": "https://github.com/pshrmn",
|
102
102
|
"githubUsername": "pshrmn"
|
103
103
|
},
|
104
|
-
{
|
105
|
-
"name": "Sunil Pai",
|
106
|
-
"url": "https://github.com/threepointone",
|
107
|
-
"githubUsername": "threepointone"
|
108
|
-
},
|
109
104
|
{
|
110
105
|
"name": "Saransh Kataria",
|
111
106
|
"url": "https://github.com/saranshkataria",
|
@@ -124,6 +119,6 @@
|
|
124
119
|
"@types/prop-types": "*",
|
125
120
|
"csstype": "^2.2.0"
|
126
121
|
},
|
127
|
-
"typesPublisherContentHash": "
|
122
|
+
"typesPublisherContentHash": "386852e03d03a72c56232271c53856dae71dd66836bb6998294f49cfdbe042e2",
|
128
123
|
"typeScriptVersion": "2.8"
|
129
124
|
}
|