@types/react 16.9.0 → 16.9.1
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/reac
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
|
9
9
|
|
10
10
|
Additional Details
|
11
|
-
* Last updated: Fri, 09 Aug 2019
|
11
|
+
* Last updated: Fri, 09 Aug 2019 14:20:47 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>, Dovydas Navickas <https://github.com/DovydasNavickas>,
|
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>, Dovydas Navickas <https://github.com/DovydasNavickas>, 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>, Saransh Kataria <https://github.com/saranshkataria>, Kanitkorn Sujautra <https://github.com/lukyth>, and Sebastian Silbermann <https://github.com/eps1lon>.
|
react/index.d.ts
CHANGED
@@ -9,7 +9,6 @@
|
|
9
9
|
// Digiguru <https://github.com/digiguru>
|
10
10
|
// Eric Anderson <https://github.com/ericanderson>
|
11
11
|
// Dovydas Navickas <https://github.com/DovydasNavickas>
|
12
|
-
// Stéphane Goetz <https://github.com/onigoetz>
|
13
12
|
// Josh Rutherford <https://github.com/theruther4d>
|
14
13
|
// Guilherme Hübner <https://github.com/guilhermehubner>
|
15
14
|
// Ferdy Budhidharma <https://github.com/ferdaber>
|
react/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "16.9.
|
3
|
+
"version": "16.9.1",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
5
|
"license": "MIT",
|
6
6
|
"contributors": [
|
@@ -46,11 +46,6 @@
|
|
46
46
|
"url": "https://github.com/DovydasNavickas",
|
47
47
|
"githubUsername": "DovydasNavickas"
|
48
48
|
},
|
49
|
-
{
|
50
|
-
"name": "Stéphane Goetz",
|
51
|
-
"url": "https://github.com/onigoetz",
|
52
|
-
"githubUsername": "onigoetz"
|
53
|
-
},
|
54
49
|
{
|
55
50
|
"name": "Josh Rutherford",
|
56
51
|
"url": "https://github.com/theruther4d",
|
@@ -119,6 +114,6 @@
|
|
119
114
|
"@types/prop-types": "*",
|
120
115
|
"csstype": "^2.2.0"
|
121
116
|
},
|
122
|
-
"typesPublisherContentHash": "
|
117
|
+
"typesPublisherContentHash": "aba59b9dbfc42b8c13bfd10bec49502fdc796cfe97e9ad60a8e508f3e9bbbfda",
|
123
118
|
"typeScriptVersion": "2.8"
|
124
119
|
}
|