@types/react-dom 19.0.1 → 19.0.3

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,8 +8,9 @@ This package contains type definitions for react-dom (https://reactjs.org).
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: Fri, 06 Dec 2024 13:37:42 GMT
12
- * Dependencies: [@types/react](https://npmjs.com/package/@types/react)
11
+ * Last updated: Sun, 12 Jan 2025 10:34:31 GMT
12
+ * Dependencies: none
13
+ * Peer dependencies: [@types/react](https://npmjs.com/package/@types/react)
13
14
 
14
15
  # Credits
15
16
  These definitions were written by [Asana](https://asana.com), [AssureSign](http://www.assuresign.com), [Microsoft](https://microsoft.com), [MartynasZilinskas](https://github.com/MartynasZilinskas), [Josh Rutherford](https://github.com/theruther4d), [Jessica Franco](https://github.com/Jessidhia), and [Sebastian Silbermann](https://github.com/eps1lon).
@@ -34,3 +34,12 @@ export {};
34
34
 
35
35
  declare module "." {
36
36
  }
37
+
38
+ declare module "react" {
39
+ interface ViewTransitionInstance {
40
+ group: Animatable;
41
+ imagePair: Animatable;
42
+ old: Animatable;
43
+ new: Animatable;
44
+ }
45
+ }
react-dom/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "19.0.1",
3
+ "version": "19.0.3",
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",
@@ -84,10 +84,10 @@
84
84
  "directory": "types/react-dom"
85
85
  },
86
86
  "scripts": {},
87
- "dependencies": {
88
- "@types/react": "*"
87
+ "dependencies": {},
88
+ "peerDependencies": {
89
+ "@types/react": "^19.0.0"
89
90
  },
90
- "peerDependencies": {},
91
- "typesPublisherContentHash": "9e9bffd616f69b7613dd9bf32022ffb03434def57e02740090a6baf1e12f0a1a",
91
+ "typesPublisherContentHash": "b4f8417d8ef73a0ebc72e2b519998b2e511d9830a45f2bf31562fbcbd6fea691",
92
92
  "typeScriptVersion": "5.0"
93
93
  }