@types/react-dom 19.0.1 → 19.0.2
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 +4 -2
- react-dom/package.json +5 -5
react-dom/README.md
CHANGED
@@ -8,8 +8,10 @@ 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:
|
12
|
-
* Dependencies:
|
11
|
+
* Last updated: Mon, 09 Dec 2024 19:32:14 GMT
|
12
|
+
* Dependencies: none
|
13
|
+
|
14
|
+
* Peer dependencies: [@types/react](https://npmjs.com/package/@types/react)
|
13
15
|
|
14
16
|
# Credits
|
15
17
|
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).
|
react-dom/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react-dom",
|
3
|
-
"version": "19.0.
|
3
|
+
"version": "19.0.2",
|
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
|
-
|
87
|
+
"dependencies": {},
|
88
|
+
"peerDependencies": {
|
89
|
+
"@types/react": "^19.0.0"
|
89
90
|
},
|
90
|
-
"
|
91
|
-
"typesPublisherContentHash": "9e9bffd616f69b7613dd9bf32022ffb03434def57e02740090a6baf1e12f0a1a",
|
91
|
+
"typesPublisherContentHash": "b4faecddd46186ac22c8529000bb42364b5707a973909a88c1ec71ebc64488d7",
|
92
92
|
"typeScriptVersion": "5.0"
|
93
93
|
}
|