@types/react 16.9.56 → 16.14.0

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/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, 06 Nov 2020 08:32:07 GMT
11
+ * Last updated: Fri, 20 Nov 2020 13:41:08 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
@@ -1,4 +1,4 @@
1
- // Type definitions for React 16.9
1
+ // Type definitions for React 16.14
2
2
  // Project: http://facebook.github.io/react/
3
3
  // Definitions by: Asana <https://asana.com>
4
4
  // AssureSign <http://www.assuresign.com>
@@ -0,0 +1,2 @@
1
+ // Expose `JSX` namespace in `global` namespace
2
+ import './';
react/jsx-runtime.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ // Expose `JSX` namespace in `global` namespace
2
+ import './';
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.9.56",
3
+ "version": "16.14.0",
4
4
  "description": "TypeScript definitions for React",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -144,6 +144,6 @@
144
144
  "@types/prop-types": "*",
145
145
  "csstype": "^3.0.2"
146
146
  },
147
- "typesPublisherContentHash": "798794c43c5b79f66e0591a278096a90cfd06e875df950c18d74b907d73d7c62",
148
- "typeScriptVersion": "3.2"
147
+ "typesPublisherContentHash": "eadbd9474e09134894b99ffaba3a199ff7206e48438f729d368c3a01d8fd5512",
148
+ "typeScriptVersion": "3.3"
149
149
  }