@types/react 18.0.32 → 18.0.33

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 +3 -7
  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: Sun, 02 Apr 2023 08:03:03 GMT
11
+ * Last updated: Mon, 03 Apr 2023 20:03:16 GMT
12
12
  * Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype), [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler)
13
13
  * Global values: `React`
14
14
 
react/index.d.ts CHANGED
@@ -1890,11 +1890,14 @@ declare namespace React {
1890
1890
 
1891
1891
  // RDFa Attributes
1892
1892
  about?: string | undefined;
1893
+ content?: string | undefined;
1893
1894
  datatype?: string | undefined;
1894
1895
  inlist?: any;
1895
1896
  prefix?: string | undefined;
1896
1897
  property?: string | undefined;
1898
+ rel?: string | undefined;
1897
1899
  resource?: string | undefined;
1900
+ rev?: string | undefined;
1898
1901
  typeof?: string | undefined;
1899
1902
  vocab?: string | undefined;
1900
1903
 
@@ -1947,7 +1950,6 @@ declare namespace React {
1947
1950
  classID?: string | undefined;
1948
1951
  cols?: number | undefined;
1949
1952
  colSpan?: number | undefined;
1950
- content?: string | undefined;
1951
1953
  controls?: boolean | undefined;
1952
1954
  coords?: string | undefined;
1953
1955
  crossOrigin?: "anonymous" | "use-credentials" | "" | undefined;
@@ -2002,7 +2004,6 @@ declare namespace React {
2002
2004
  poster?: string | undefined;
2003
2005
  preload?: string | undefined;
2004
2006
  readOnly?: boolean | undefined;
2005
- rel?: string | undefined;
2006
2007
  required?: boolean | undefined;
2007
2008
  reversed?: boolean | undefined;
2008
2009
  rows?: number | undefined;
@@ -2057,7 +2058,6 @@ declare namespace React {
2057
2058
  hrefLang?: string | undefined;
2058
2059
  media?: string | undefined;
2059
2060
  ping?: string | undefined;
2060
- rel?: string | undefined;
2061
2061
  target?: HTMLAttributeAnchorTarget | undefined;
2062
2062
  type?: string | undefined;
2063
2063
  referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
@@ -2073,7 +2073,6 @@ declare namespace React {
2073
2073
  hrefLang?: string | undefined;
2074
2074
  media?: string | undefined;
2075
2075
  referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
2076
- rel?: string | undefined;
2077
2076
  shape?: string | undefined;
2078
2077
  target?: string | undefined;
2079
2078
  }
@@ -2156,7 +2155,6 @@ declare namespace React {
2156
2155
  name?: string | undefined;
2157
2156
  noValidate?: boolean | undefined;
2158
2157
  target?: string | undefined;
2159
- rel?: string | undefined;
2160
2158
  }
2161
2159
 
2162
2160
  interface HtmlHTMLAttributes<T> extends HTMLAttributes<T> {
@@ -2295,7 +2293,6 @@ declare namespace React {
2295
2293
  imageSrcSet?: string | undefined;
2296
2294
  imageSizes?: string | undefined;
2297
2295
  referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
2298
- rel?: string | undefined;
2299
2296
  sizes?: string | undefined;
2300
2297
  type?: string | undefined;
2301
2298
  charSet?: string | undefined;
@@ -2324,7 +2321,6 @@ declare namespace React {
2324
2321
 
2325
2322
  interface MetaHTMLAttributes<T> extends HTMLAttributes<T> {
2326
2323
  charSet?: string | undefined;
2327
- content?: string | undefined;
2328
2324
  httpEquiv?: string | undefined;
2329
2325
  name?: string | undefined;
2330
2326
  media?: string | undefined;
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "18.0.32",
3
+ "version": "18.0.33",
4
4
  "description": "TypeScript definitions for React",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -151,7 +151,7 @@
151
151
  "@types/scheduler": "*",
152
152
  "csstype": "^3.0.2"
153
153
  },
154
- "typesPublisherContentHash": "9d1d2419e093ce4580bee436a8317e227c17aa05565bf064ec3990a5742ad403",
154
+ "typesPublisherContentHash": "c450eac40aaed4bae4e12e1fb69acf7b083df269bd4e2387b75c7a0a96a07098",
155
155
  "typeScriptVersion": "4.3",
156
156
  "exports": {
157
157
  ".": {