@types/react 16.4.17 → 16.4.18

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, 16 Oct 2018 01:12:03 GMT
11
+ * Last updated: Tue, 16 Oct 2018 17:09:28 GMT
12
12
  * Dependencies: csstype, prop-types
13
13
  * Global values: React
14
14
 
react/global.d.ts CHANGED
@@ -180,3 +180,4 @@ interface SVGViewElement extends SVGElement { }
180
180
 
181
181
  interface Text { }
182
182
  interface TouchList { }
183
+ interface WebGLRenderingContext { }
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.4.17",
3
+ "version": "16.4.18",
4
4
  "description": "TypeScript definitions for React",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -108,6 +108,6 @@
108
108
  "csstype": "^2.2.0",
109
109
  "@types/prop-types": "*"
110
110
  },
111
- "typesPublisherContentHash": "56a8ad41acae53e0c83ef7c3587ea632c9d247c3f243781973c9dff8527c095a",
111
+ "typesPublisherContentHash": "b2aa80db9d03af489b4aec9ca70260a2277fe0820a1ec7b59e13c3e92df5b212",
112
112
  "typeScriptVersion": "2.8"
113
113
  }