@types/react 19.1.9 → 19.1.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: Tue, 29 Jul 2025 09:39:53 GMT
11
+ * Last updated: Mon, 11 Aug 2025 19:34:08 GMT
12
12
  * Dependencies: [csstype](https://npmjs.com/package/csstype)
13
13
 
14
14
  # Credits
react/experimental.d.ts CHANGED
@@ -226,6 +226,11 @@ declare module "." {
226
226
  | "hidden"
227
227
  | "visible"
228
228
  | undefined;
229
+ /**
230
+ * A name for this Activity boundary for instrumentation purposes.
231
+ * The name will help identify this boundary in React DevTools.
232
+ */
233
+ name?: string | undefined;
229
234
  children: ReactNode;
230
235
  }
231
236
 
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "19.1.9",
3
+ "version": "19.1.10",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -205,6 +205,6 @@
205
205
  "csstype": "^3.0.2"
206
206
  },
207
207
  "peerDependencies": {},
208
- "typesPublisherContentHash": "f2c62211fa91ab2ec3c1922973eb68d269ed4fbf38f69ba826f33fd7915f0094",
209
- "typeScriptVersion": "5.1"
208
+ "typesPublisherContentHash": "14c440b15fd43dcb88713aa520034adab1bdc77b1de4e0659165a84f7fde8091",
209
+ "typeScriptVersion": "5.2"
210
210
  }
@@ -226,6 +226,11 @@ declare module "." {
226
226
  | "hidden"
227
227
  | "visible"
228
228
  | undefined;
229
+ /**
230
+ * A name for this Activity boundary for instrumentation purposes.
231
+ * The name will help identify this boundary in React DevTools.
232
+ */
233
+ name?: string | undefined;
229
234
  children: ReactNode;
230
235
  }
231
236