@types/react 16.8.19 → 16.8.23

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.
Files changed (3) hide show
  1. react/README.md +3 -3
  2. react/index.d.ts +1 -1
  3. react/package.json +2 -7
react/README.md CHANGED
@@ -2,15 +2,15 @@
2
2
  > `npm install --save @types/react`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for React ( http://facebook.github.io/react/ ).
5
+ This package contains type definitions for React (http://facebook.github.io/react/).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
9
9
 
10
10
  Additional Details
11
- * Last updated: Tue, 28 May 2019 19:24:48 GMT
11
+ * Last updated: Wed, 03 Jul 2019 16:58:51 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>, Saransh Kataria <https://github.com/saranshkataria>, Kanitkorn Sujautra <https://github.com/lukyth>, Sebastian Silbermann <https://github.com/eps1lon>.
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>, 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>, Saransh Kataria <https://github.com/saranshkataria>, Kanitkorn Sujautra <https://github.com/lukyth>, and Sebastian Silbermann <https://github.com/eps1lon>.
react/index.d.ts CHANGED
@@ -8,7 +8,6 @@
8
8
  // Patricio Zavolinsky <https://github.com/pzavolinsky>
9
9
  // Digiguru <https://github.com/digiguru>
10
10
  // Eric Anderson <https://github.com/ericanderson>
11
- // Tanguy Krotoff <https://github.com/tkrotoff>
12
11
  // Dovydas Navickas <https://github.com/DovydasNavickas>
13
12
  // Stéphane Goetz <https://github.com/onigoetz>
14
13
  // Josh Rutherford <https://github.com/theruther4d>
@@ -1806,6 +1805,7 @@ declare namespace React {
1806
1805
  href?: string;
1807
1806
  hrefLang?: string;
1808
1807
  media?: string;
1808
+ ping?: string;
1809
1809
  rel?: string;
1810
1810
  target?: string;
1811
1811
  type?: string;
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.8.19",
3
+ "version": "16.8.23",
4
4
  "description": "TypeScript definitions for React",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -41,11 +41,6 @@
41
41
  "url": "https://github.com/ericanderson",
42
42
  "githubUsername": "ericanderson"
43
43
  },
44
- {
45
- "name": "Tanguy Krotoff",
46
- "url": "https://github.com/tkrotoff",
47
- "githubUsername": "tkrotoff"
48
- },
49
44
  {
50
45
  "name": "Dovydas Navickas",
51
46
  "url": "https://github.com/DovydasNavickas",
@@ -124,6 +119,6 @@
124
119
  "@types/prop-types": "*",
125
120
  "csstype": "^2.2.0"
126
121
  },
127
- "typesPublisherContentHash": "dc10bea525ad5d627edc0e123fb68bc0863eee835ed1e021d68883b5c08e47cd",
122
+ "typesPublisherContentHash": "f1328612b59aba18da02a2a55080f36bca3ff3d2bb1278d02e50712e501e6318",
128
123
  "typeScriptVersion": "2.8"
129
124
  }