@types/react-dom 18.3.4 → 18.3.5
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 v18.3/README.md +1 -1
- react-dom v18.3/package.json +12 -2
react-dom v18.3/README.md
CHANGED
@@ -8,7 +8,7 @@ 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/v18.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Wed, 11 Dec 2024 02:54:10 GMT
|
12
12
|
* Dependencies: none
|
13
13
|
* Peer dependencies: [@types/react](https://npmjs.com/package/@types/react)
|
14
14
|
|
react-dom v18.3/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react-dom",
|
3
|
-
"version": "18.3.
|
3
|
+
"version": "18.3.5",
|
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",
|
@@ -46,6 +46,11 @@
|
|
46
46
|
"default": "./index.d.ts"
|
47
47
|
}
|
48
48
|
},
|
49
|
+
"./canary": {
|
50
|
+
"types": {
|
51
|
+
"default": "./canary.d.ts"
|
52
|
+
}
|
53
|
+
},
|
49
54
|
"./client": {
|
50
55
|
"types": {
|
51
56
|
"default": "./client.d.ts"
|
@@ -56,6 +61,11 @@
|
|
56
61
|
"default": "./server.d.ts"
|
57
62
|
}
|
58
63
|
},
|
64
|
+
"./experimental": {
|
65
|
+
"types": {
|
66
|
+
"default": "./experimental.d.ts"
|
67
|
+
}
|
68
|
+
},
|
59
69
|
"./test-utils": {
|
60
70
|
"types": {
|
61
71
|
"default": "./test-utils/index.d.ts"
|
@@ -73,6 +83,6 @@
|
|
73
83
|
"peerDependencies": {
|
74
84
|
"@types/react": "^18.0.0"
|
75
85
|
},
|
76
|
-
"typesPublisherContentHash": "
|
86
|
+
"typesPublisherContentHash": "15456a5462ef352f9e36979359f3f69058800e6b78eb73df502bca624fc31eb5",
|
77
87
|
"typeScriptVersion": "5.0"
|
78
88
|
}
|