@types/react 18.3.15 → 18.3.16
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 v18.3/README.md +1 -1
- react v18.3/package.json +18 -2
react v18.3/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for react (https://react.dev/).
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react/v18.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Wed, 11 Dec 2024 02:54:10 GMT
|
12
12
|
* Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [csstype](https://npmjs.com/package/csstype)
|
13
13
|
|
14
14
|
# Credits
|
react v18.3/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "18.3.
|
3
|
+
"version": "18.3.16",
|
4
4
|
"description": "TypeScript definitions for react",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -156,6 +156,22 @@
|
|
156
156
|
"default": "./index.d.ts"
|
157
157
|
}
|
158
158
|
},
|
159
|
+
"./canary": {
|
160
|
+
"types@<=5.0": {
|
161
|
+
"default": "./ts5.0/canary.d.ts"
|
162
|
+
},
|
163
|
+
"types": {
|
164
|
+
"default": "./canary.d.ts"
|
165
|
+
}
|
166
|
+
},
|
167
|
+
"./experimental": {
|
168
|
+
"types@<=5.0": {
|
169
|
+
"default": "./ts5.0/experimental.d.ts"
|
170
|
+
},
|
171
|
+
"types": {
|
172
|
+
"default": "./experimental.d.ts"
|
173
|
+
}
|
174
|
+
},
|
159
175
|
"./jsx-runtime": {
|
160
176
|
"types@<=5.0": {
|
161
177
|
"default": "./ts5.0/jsx-runtime.d.ts"
|
@@ -185,6 +201,6 @@
|
|
185
201
|
"csstype": "^3.0.2"
|
186
202
|
},
|
187
203
|
"peerDependencies": {},
|
188
|
-
"typesPublisherContentHash": "
|
204
|
+
"typesPublisherContentHash": "0c1b68de2134ad9790e784b950711ed8c266328d5eeffe395e07963c8b58d037",
|
189
205
|
"typeScriptVersion": "5.0"
|
190
206
|
}
|