@types/react 16.8.22 → 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 +1 -1
  2. react/index.d.ts +1 -0
  3. react/package.json +2 -2
react/README.md CHANGED
@@ -8,7 +8,7 @@ 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, 21 Jun 2019 00:47:44 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
 
react/index.d.ts CHANGED
@@ -1805,6 +1805,7 @@ declare namespace React {
1805
1805
  href?: string;
1806
1806
  hrefLang?: string;
1807
1807
  media?: string;
1808
+ ping?: string;
1808
1809
  rel?: string;
1809
1810
  target?: string;
1810
1811
  type?: string;
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.8.22",
3
+ "version": "16.8.23",
4
4
  "description": "TypeScript definitions for React",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -119,6 +119,6 @@
119
119
  "@types/prop-types": "*",
120
120
  "csstype": "^2.2.0"
121
121
  },
122
- "typesPublisherContentHash": "12b97578e704c3f9ed778d418f5f6e1fc8abce153e6e4986206e7b06ec6689b4",
122
+ "typesPublisherContentHash": "f1328612b59aba18da02a2a55080f36bca3ff3d2bb1278d02e50712e501e6318",
123
123
  "typeScriptVersion": "2.8"
124
124
  }