@types/react 16.9.12 → 16.9.13

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 +2 -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, 22 Nov 2019 17:05:30 GMT
11
+ * Last updated: Sat, 23 Nov 2019 20:10:45 GMT
12
12
  * Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype), [@types/prop-types](https://npmjs.com/package/@types/prop-types)
13
13
  * Global values: `React`
14
14
 
react/index.d.ts CHANGED
@@ -2196,6 +2196,7 @@ declare namespace React {
2196
2196
  headers?: string;
2197
2197
  rowSpan?: number;
2198
2198
  scope?: string;
2199
+ abbr?: string;
2199
2200
  valign?: "top" | "middle" | "bottom" | "baseline";
2200
2201
  }
2201
2202
 
@@ -2205,6 +2206,7 @@ declare namespace React {
2205
2206
  headers?: string;
2206
2207
  rowSpan?: number;
2207
2208
  scope?: string;
2209
+ abbr?: string;
2208
2210
  }
2209
2211
 
2210
2212
  interface TimeHTMLAttributes<T> extends HTMLAttributes<T> {
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.9.12",
3
+ "version": "16.9.13",
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": "7d82242004de4bafb369db8417e4b8395564880f113b4b2de8e61c57e3381123",
122
+ "typesPublisherContentHash": "8b210364cfb98b8b56a7788c5f8fa667ff53f93eb5c90934e24bf36e68ebc397",
123
123
  "typeScriptVersion": "2.8"
124
124
  }