@types/react 16.9.40 → 16.9.41

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 +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: Wed, 24 Jun 2020 08:56:26 GMT
11
+ * Last updated: Wed, 24 Jun 2020 09:45:42 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
@@ -1216,6 +1216,7 @@ declare namespace React {
1216
1216
  metaKey: boolean;
1217
1217
  repeat: boolean;
1218
1218
  shiftKey: boolean;
1219
+ /** @deprecated */
1219
1220
  which: number;
1220
1221
  }
1221
1222
 
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.9.40",
3
+ "version": "16.9.41",
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": "^2.2.0"
146
146
  },
147
- "typesPublisherContentHash": "465c9d3c81223e78e836e58f0a7fa5618b32bb06e10f1cf28dca90ca1aa50b28",
147
+ "typesPublisherContentHash": "4c0b3bc07ee1235f830afeedefdf63374d72c5797e1f1cee0b30237c09f8cd82",
148
148
  "typeScriptVersion": "3.0"
149
149
  }