@types/react 16.9.30 → 16.9.31

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/global.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: Tue, 31 Mar 2020 17:13:50 GMT
11
+ * Last updated: Tue, 31 Mar 2020 21:43:51 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/global.d.ts CHANGED
@@ -27,6 +27,7 @@ interface DataTransfer { }
27
27
  interface StyleMedia { }
28
28
 
29
29
  interface Element { }
30
+ interface DocumentFragment { }
30
31
 
31
32
  interface HTMLElement extends Element { }
32
33
  interface HTMLAnchorElement extends HTMLElement { }
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.9.30",
3
+ "version": "16.9.31",
4
4
  "description": "TypeScript definitions for React",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -129,6 +129,6 @@
129
129
  "@types/prop-types": "*",
130
130
  "csstype": "^2.2.0"
131
131
  },
132
- "typesPublisherContentHash": "3f14cb96227f9fa0cbb14ab9fce57d5a2400d1a53b88fc64d49b81cb37c12ef6",
132
+ "typesPublisherContentHash": "015dca0fd9f20e089434d50e9de6bab932414e8d745d771e0aba98c880d57c3d",
133
133
  "typeScriptVersion": "2.8"
134
134
  }