@types/react 19.2.4 → 19.2.6

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, 12 Nov 2025 16:02:25 GMT
11
+ * Last updated: Tue, 18 Nov 2025 02:14:41 GMT
12
12
  * Dependencies: [csstype](https://npmjs.com/package/csstype)
13
13
 
14
14
  # Credits
react/index.d.ts CHANGED
@@ -4057,7 +4057,6 @@ declare namespace React {
4057
4057
  * Captures which component contained the exception, and its ancestors.
4058
4058
  */
4059
4059
  componentStack?: string | null;
4060
- digest?: string | null;
4061
4060
  }
4062
4061
 
4063
4062
  // Keep in sync with JSX namespace in ./jsx-runtime.d.ts and ./jsx-dev-runtime.d.ts
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "19.2.4",
3
+ "version": "19.2.6",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -202,9 +202,9 @@
202
202
  },
203
203
  "scripts": {},
204
204
  "dependencies": {
205
- "csstype": "^3.0.2"
205
+ "csstype": "^3.2.2"
206
206
  },
207
207
  "peerDependencies": {},
208
- "typesPublisherContentHash": "beb6cb0d4cea447e7c02796fed7809694045a85f63ccee65d1eafe9a3ce86b6f",
208
+ "typesPublisherContentHash": "dcd500f34e038fad713362add2de1f1c05eeb1b07ebd317f4b37255bd66046ff",
209
209
  "typeScriptVersion": "5.2"
210
210
  }
react/ts5.0/index.d.ts CHANGED
@@ -4056,7 +4056,6 @@ declare namespace React {
4056
4056
  * Captures which component contained the exception, and its ancestors.
4057
4057
  */
4058
4058
  componentStack?: string | null;
4059
- digest?: string | null;
4060
4059
  }
4061
4060
 
4062
4061
  // Keep in sync with JSX namespace in ./jsx-runtime.d.ts and ./jsx-dev-runtime.d.ts