@types/react 18.2.18 → 18.2.19

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: Mon, 31 Jul 2023 20:32:48 GMT
11
+ * Last updated: Tue, 08 Aug 2023 06:32:50 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
@@ -2369,7 +2369,7 @@ declare namespace React {
2369
2369
  interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
2370
2370
  as?: string | undefined;
2371
2371
  crossOrigin?: "anonymous" | "use-credentials" | "" | undefined;
2372
- fetchpriority?: "high" | "low" | "auto";
2372
+ fetchPriority?: "high" | "low" | "auto";
2373
2373
  href?: string | undefined;
2374
2374
  hrefLang?: string | undefined;
2375
2375
  integrity?: string | undefined;
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "18.2.18",
3
+ "version": "18.2.19",
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": "1453968163ab0d8d7af21a82ad32704d8d2d03b38eb853a6ea41a9c821b4c51c",
161
+ "typesPublisherContentHash": "0a0ad7d29ca51f5dff50752736c737cf54b4f64d11b35a399f452fe986bc94fd",
162
162
  "typeScriptVersion": "4.3",
163
163
  "exports": {
164
164
  ".": {
react/ts5.0/index.d.ts CHANGED
@@ -2338,7 +2338,7 @@ declare namespace React {
2338
2338
  interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
2339
2339
  as?: string | undefined;
2340
2340
  crossOrigin?: "anonymous" | "use-credentials" | "" | undefined;
2341
- fetchpriority?: "high" | "low" | "auto";
2341
+ fetchPriority?: "high" | "low" | "auto";
2342
2342
  href?: string | undefined;
2343
2343
  hrefLang?: string | undefined;
2344
2344
  integrity?: string | undefined;