@types/react 16.14.69 → 16.14.70

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 v16.14/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/v16.
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), [@types/scheduler](https://npmjs.com/package/@types/scheduler), [csstype](https://npmjs.com/package/csstype)
13
13
 
14
14
  # Credits
react v16.14/index.d.ts CHANGED
@@ -2299,7 +2299,7 @@ declare namespace React {
2299
2299
  as?: string | undefined;
2300
2300
  blocking?: "render" | (string & {}) | undefined;
2301
2301
  crossOrigin?: CrossOrigin;
2302
- fetchPriority?: "high" | "low" | "auto";
2302
+ fetchPriority?: "high" | "low" | "auto" | undefined;
2303
2303
  href?: string | undefined;
2304
2304
  hrefLang?: string | undefined;
2305
2305
  integrity?: string | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.14.69",
3
+ "version": "16.14.70",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -165,6 +165,6 @@
165
165
  "csstype": "^3.2.2"
166
166
  },
167
167
  "peerDependencies": {},
168
- "typesPublisherContentHash": "338e0767aa4bce3fa83481e1f8ebeba5cc4c8c2fd5fcaa0a41e73f78be6fd601",
169
- "typeScriptVersion": "5.2"
168
+ "typesPublisherContentHash": "b21ad45867dfb24776f7888fa853ef6f6d50271bc5bc28ebf16be65379d6c2f7",
169
+ "typeScriptVersion": "5.3"
170
170
  }