@types/react-dom 16.9.20 → 16.9.22
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 v16.9/README.md +2 -3
- react-dom v16.9/index.d.ts +0 -12
- react-dom v16.9/package.json +11 -11
react-dom v16.9/README.md
CHANGED
@@ -2,15 +2,14 @@
|
|
2
2
|
> `npm install --save @types/react-dom`
|
3
3
|
|
4
4
|
# Summary
|
5
|
-
This package contains type definitions for
|
5
|
+
This package contains type definitions for react-dom (https://reactjs.org).
|
6
6
|
|
7
7
|
# Details
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom/v16.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
|
12
12
|
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)
|
13
|
-
* Global values: `ReactDOM`, `ReactDOMServer`
|
14
13
|
|
15
14
|
# Credits
|
16
15
|
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 v16.9/index.d.ts
CHANGED
@@ -1,15 +1,3 @@
|
|
1
|
-
// Type definitions for React (react-dom) 16.9
|
2
|
-
// Project: https://reactjs.org
|
3
|
-
// Definitions by: Asana <https://asana.com>
|
4
|
-
// AssureSign <http://www.assuresign.com>
|
5
|
-
// Microsoft <https://microsoft.com>
|
6
|
-
// MartynasZilinskas <https://github.com/MartynasZilinskas>
|
7
|
-
// Josh Rutherford <https://github.com/theruther4d>
|
8
|
-
// Jessica Franco <https://github.com/Jessidhia>
|
9
|
-
// Sebastian Silbermann <https://github.com/eps1lon>
|
10
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
11
|
-
// TypeScript Version: 2.8
|
12
|
-
|
13
1
|
// NOTE: Users of the `experimental` builds of React should add a reference
|
14
2
|
// to 'react-dom/experimental' in their project. See experimental.d.ts's top comment
|
15
3
|
// for reference and documentation on how exactly to do it.
|
react-dom v16.9/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react-dom",
|
3
|
-
"version": "16.9.
|
4
|
-
"description": "TypeScript definitions for
|
3
|
+
"version": "16.9.22",
|
4
|
+
"description": "TypeScript definitions for react-dom",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom",
|
6
6
|
"license": "MIT",
|
7
7
|
"contributors": [
|
@@ -19,23 +19,23 @@
|
|
19
19
|
},
|
20
20
|
{
|
21
21
|
"name": "MartynasZilinskas",
|
22
|
-
"
|
23
|
-
"
|
22
|
+
"githubUsername": "MartynasZilinskas",
|
23
|
+
"url": "https://github.com/MartynasZilinskas"
|
24
24
|
},
|
25
25
|
{
|
26
26
|
"name": "Josh Rutherford",
|
27
|
-
"
|
28
|
-
"
|
27
|
+
"githubUsername": "theruther4d",
|
28
|
+
"url": "https://github.com/theruther4d"
|
29
29
|
},
|
30
30
|
{
|
31
31
|
"name": "Jessica Franco",
|
32
|
-
"
|
33
|
-
"
|
32
|
+
"githubUsername": "Jessidhia",
|
33
|
+
"url": "https://github.com/Jessidhia"
|
34
34
|
},
|
35
35
|
{
|
36
36
|
"name": "Sebastian Silbermann",
|
37
|
-
"
|
38
|
-
"
|
37
|
+
"githubUsername": "eps1lon",
|
38
|
+
"url": "https://github.com/eps1lon"
|
39
39
|
}
|
40
40
|
],
|
41
41
|
"main": "",
|
@@ -49,6 +49,6 @@
|
|
49
49
|
"dependencies": {
|
50
50
|
"@types/react": "^16"
|
51
51
|
},
|
52
|
-
"typesPublisherContentHash": "
|
52
|
+
"typesPublisherContentHash": "5969a1ad66ae71e3d8f6a19bbfe9dd0f74a976734490b6535225ec1aab0c915e",
|
53
53
|
"typeScriptVersion": "4.5"
|
54
54
|
}
|