@types/react 18.2.9 → 18.2.10

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/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for React (https://react.dev/).
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, 07 Jun 2023 20:32:46 GMT
11
+ * Last updated: Sat, 10 Jun 2023 08:02:56 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
@@ -2360,6 +2360,7 @@ declare namespace React {
2360
2360
  interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
2361
2361
  as?: string | undefined;
2362
2362
  crossOrigin?: "anonymous" | "use-credentials" | "" | undefined;
2363
+ fetchpriority?: "high" | "low" | "auto";
2363
2364
  href?: string | undefined;
2364
2365
  hrefLang?: string | undefined;
2365
2366
  integrity?: string | undefined;
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "18.2.9",
3
+ "version": "18.2.10",
4
4
  "description": "TypeScript definitions for React",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -158,7 +158,7 @@
158
158
  "@types/scheduler": "*",
159
159
  "csstype": "^3.0.2"
160
160
  },
161
- "typesPublisherContentHash": "830e4d7bc5822cf6ff77d3cb527f1cf755418081f5afbd1cc9d6c9ff0c8a9e2d",
161
+ "typesPublisherContentHash": "dc1b6ff34be7f66367a1dca8f156fb7adff25b2ca8d5481b9237b626b492c40a",
162
162
  "typeScriptVersion": "4.3",
163
163
  "exports": {
164
164
  ".": {
react/ts5.0/index.d.ts CHANGED
@@ -2328,6 +2328,7 @@ declare namespace React {
2328
2328
  interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
2329
2329
  as?: string | undefined;
2330
2330
  crossOrigin?: "anonymous" | "use-credentials" | "" | undefined;
2331
+ fetchpriority?: "high" | "low" | "auto";
2331
2332
  href?: string | undefined;
2332
2333
  hrefLang?: string | undefined;
2333
2334
  integrity?: string | undefined;