@types/react-dom 19.1.6 → 19.1.7

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-dom/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for react-dom (https://react.dev/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 04 Jun 2025 12:44:27 GMT
11
+ * Last updated: Tue, 29 Jul 2025 09:39:53 GMT
12
12
  * Dependencies: none
13
13
  * Peer dependencies: [@types/react](https://npmjs.com/package/@types/react)
14
14
 
react-dom/canary.d.ts CHANGED
@@ -30,3 +30,8 @@ import React = require("react");
30
30
  import ReactDOM = require(".");
31
31
 
32
32
  export {};
33
+
34
+ declare module "react" {
35
+ // eslint-disable-next-line @typescript-eslint/no-empty-interface
36
+ interface CacheSignal extends AbortSignal {}
37
+ }
react-dom/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "19.1.6",
3
+ "version": "19.1.7",
4
4
  "description": "TypeScript definitions for react-dom",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom",
6
6
  "license": "MIT",
@@ -123,6 +123,6 @@
123
123
  "peerDependencies": {
124
124
  "@types/react": "^19.0.0"
125
125
  },
126
- "typesPublisherContentHash": "7b56a76f96eb2aa35d120d8e3b6f3d4d931764fe44b89b21cd496919cab0e223",
126
+ "typesPublisherContentHash": "75cb554bdc8192cf72b61d4f3e8a05c51ba6df48b5fdb7154edfa345830d060b",
127
127
  "typeScriptVersion": "5.1"
128
128
  }