@types/react 15.7.4 → 15.7.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 v15.7/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/v15.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 29 Sep 2021 17:01:25 GMT
11
+ * Last updated: Thu, 10 Mar 2022 06:01:44 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `React`
14
14
 
react v15.7/index.d.ts CHANGED
@@ -640,7 +640,9 @@ declare namespace React {
640
640
  // Keyboard Events
641
641
  onKeyDown?: KeyboardEventHandler<T> | undefined;
642
642
  onKeyDownCapture?: KeyboardEventHandler<T> | undefined;
643
+ /** @deprecated */
643
644
  onKeyPress?: KeyboardEventHandler<T> | undefined;
645
+ /** @deprecated */
644
646
  onKeyPressCapture?: KeyboardEventHandler<T> | undefined;
645
647
  onKeyUp?: KeyboardEventHandler<T> | undefined;
646
648
  onKeyUpCapture?: KeyboardEventHandler<T> | undefined;
@@ -2948,6 +2950,7 @@ declare namespace React {
2948
2950
  href?: string | undefined;
2949
2951
  hrefLang?: string | undefined;
2950
2952
  integrity?: string | undefined;
2953
+ imageSrcSet?: string | undefined;
2951
2954
  media?: string | undefined;
2952
2955
  rel?: string | undefined;
2953
2956
  sizes?: string | undefined;
@@ -3239,6 +3242,7 @@ declare namespace React {
3239
3242
  fontVariant?: number | string | undefined;
3240
3243
  fontWeight?: number | string | undefined;
3241
3244
  format?: number | string | undefined;
3245
+ fr?: number | string | undefined;
3242
3246
  from?: number | string | undefined;
3243
3247
  fx?: number | string | undefined;
3244
3248
  fy?: number | string | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "15.7.4",
3
+ "version": "15.7.7",
4
4
  "description": "TypeScript definitions for React",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -62,6 +62,6 @@
62
62
  },
63
63
  "scripts": {},
64
64
  "dependencies": {},
65
- "typesPublisherContentHash": "7660fd06adef9e4d5e720b27e4d155fd794b81ab3299c268c2f3970e08b5958d",
66
- "typeScriptVersion": "3.7"
65
+ "typesPublisherContentHash": "7d2bd92a1da3f722338e37adbcb921e968456045be6e7e21fa4bb9372910d57e",
66
+ "typeScriptVersion": "3.9"
67
67
  }