@types/react 18.3.28 → 18.3.29

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 v18.3/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/v18.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 05 Feb 2026 09:44:59 GMT
11
+ * Last updated: Tue, 19 May 2026 17:48:56 GMT
12
12
  * Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [csstype](https://npmjs.com/package/csstype)
13
13
 
14
14
  # Credits
react v18.3/index.d.ts CHANGED
@@ -3271,7 +3271,7 @@ declare namespace React {
3271
3271
  alt?: string | undefined;
3272
3272
  crossOrigin?: CrossOrigin;
3273
3273
  decoding?: "async" | "auto" | "sync" | undefined;
3274
- fetchPriority?: "high" | "low" | "auto";
3274
+ fetchPriority?: "high" | "low" | "auto" | undefined;
3275
3275
  height?: number | string | undefined;
3276
3276
  loading?: "eager" | "lazy" | undefined;
3277
3277
  referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
@@ -3436,7 +3436,7 @@ declare namespace React {
3436
3436
  as?: string | undefined;
3437
3437
  blocking?: "render" | (string & {}) | undefined;
3438
3438
  crossOrigin?: CrossOrigin;
3439
- fetchPriority?: "high" | "low" | "auto";
3439
+ fetchPriority?: "high" | "low" | "auto" | undefined;
3440
3440
  href?: string | undefined;
3441
3441
  hrefLang?: string | undefined;
3442
3442
  integrity?: string | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "18.3.28",
3
+ "version": "18.3.29",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -201,6 +201,6 @@
201
201
  "csstype": "^3.2.2"
202
202
  },
203
203
  "peerDependencies": {},
204
- "typesPublisherContentHash": "0ea06bef541d937c6628af8b44027771d39c4189db995868d91ac6157c442c8f",
205
- "typeScriptVersion": "5.2"
204
+ "typesPublisherContentHash": "9a2db63fba19867eecedffb70e57174fd752484350b91d6c40423acfc18378a1",
205
+ "typeScriptVersion": "5.3"
206
206
  }
@@ -3272,7 +3272,7 @@ declare namespace React {
3272
3272
  alt?: string | undefined;
3273
3273
  crossOrigin?: CrossOrigin;
3274
3274
  decoding?: "async" | "auto" | "sync" | undefined;
3275
- fetchPriority?: "high" | "low" | "auto";
3275
+ fetchPriority?: "high" | "low" | "auto" | undefined;
3276
3276
  height?: number | string | undefined;
3277
3277
  loading?: "eager" | "lazy" | undefined;
3278
3278
  referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
@@ -3437,7 +3437,7 @@ declare namespace React {
3437
3437
  as?: string | undefined;
3438
3438
  blocking?: "render" | (string & {}) | undefined;
3439
3439
  crossOrigin?: CrossOrigin;
3440
- fetchPriority?: "high" | "low" | "auto";
3440
+ fetchPriority?: "high" | "low" | "auto" | undefined;
3441
3441
  href?: string | undefined;
3442
3442
  hrefLang?: string | undefined;
3443
3443
  integrity?: string | undefined;