@types/react-dom 16.0.6 → 16.0.7

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-dom/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for React (react-dom) (http://facebook.gi
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom
9
9
 
10
10
  Additional Details
11
- * Last updated: Tue, 05 Jun 2018 00:03:07 GMT
11
+ * Last updated: Mon, 06 Aug 2018 21:55:26 GMT
12
12
  * Dependencies: react, node
13
13
  * Global values: ReactDOM, ReactDOMNodeStream, ReactDOMServer
14
14
 
react-dom/index.d.ts CHANGED
@@ -6,7 +6,7 @@
6
6
  // MartynasZilinskas <https://github.com/MartynasZilinskas>
7
7
  // Josh Rutherford <https://github.com/theruther4d>
8
8
  // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
9
- // TypeScript Version: 2.6
9
+ // TypeScript Version: 2.8
10
10
 
11
11
  export as namespace ReactDOM;
12
12
 
react-dom/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "16.0.6",
3
+ "version": "16.0.7",
4
4
  "description": "TypeScript definitions for React (react-dom)",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -37,6 +37,6 @@
37
37
  "@types/react": "*",
38
38
  "@types/node": "*"
39
39
  },
40
- "typesPublisherContentHash": "bfd0d035b09d34e3597e23b46fa5354548523162a1a5651f1d5d7bc118a0fc81",
41
- "typeScriptVersion": "2.6"
40
+ "typesPublisherContentHash": "a72fcd94e060e36ee9396fe5c65569f1b87e6c64cce5d2d3461e86fa4b3a865d",
41
+ "typeScriptVersion": "2.8"
42
42
  }