@types/react 15.7.6 → 15.7.9

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: Sat, 23 Oct 2021 04:31:20 GMT
11
+ * Last updated: Sun, 07 Aug 2022 10:02:14 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;
@@ -2848,6 +2850,7 @@ declare namespace React {
2848
2850
  name?: string | undefined;
2849
2851
  noValidate?: boolean | undefined;
2850
2852
  target?: string | undefined;
2853
+ rel?: string | undefined;
2851
2854
  }
2852
2855
 
2853
2856
  interface HtmlHTMLAttributes<T> extends HTMLAttributes<T> {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "15.7.6",
3
+ "version": "15.7.9",
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,24 @@
62
62
  },
63
63
  "scripts": {},
64
64
  "dependencies": {},
65
- "typesPublisherContentHash": "f44244ac38d2bb6e9ee615cbb0f76764a97716458cb1b993b8953ed49a73a1f2",
66
- "typeScriptVersion": "3.7"
65
+ "typesPublisherContentHash": "b93250d89b462c2718d74936d8ab0bfdbf245689b8b3a26786c71bb38ee4880c",
66
+ "typeScriptVersion": "4.0",
67
+ "exports": {
68
+ ".": {
69
+ "types": {
70
+ "default": "./index.d.ts"
71
+ }
72
+ },
73
+ "./jsx-runtime": {
74
+ "types": {
75
+ "default": "./jsx-runtime.d.ts"
76
+ }
77
+ },
78
+ "./jsx-dev-runtime": {
79
+ "types": {
80
+ "default": "./jsx-dev-runtime.d.ts"
81
+ }
82
+ },
83
+ "./package.json": "./package.json"
84
+ }
67
85
  }