@types/react 15.7.8 → 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: Wed, 27 Jul 2022 20:32:23 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
@@ -2850,6 +2850,7 @@ declare namespace React {
2850
2850
  name?: string | undefined;
2851
2851
  noValidate?: boolean | undefined;
2852
2852
  target?: string | undefined;
2853
+ rel?: string | undefined;
2853
2854
  }
2854
2855
 
2855
2856
  interface HtmlHTMLAttributes<T> extends HTMLAttributes<T> {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "15.7.8",
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,7 +62,7 @@
62
62
  },
63
63
  "scripts": {},
64
64
  "dependencies": {},
65
- "typesPublisherContentHash": "d60ddc7f2b300560250c8d8a79337d50ed3bd617afdd54a343e484ca4557a1d5",
65
+ "typesPublisherContentHash": "b93250d89b462c2718d74936d8ab0bfdbf245689b8b3a26786c71bb38ee4880c",
66
66
  "typeScriptVersion": "4.0",
67
67
  "exports": {
68
68
  ".": {