@types/react 18.3.13 → 18.3.15
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/README.md → react v18.3/README.md +2 -2
- react/package.json → react v18.3/package.json +2 -18
- {react → react v18.3}/LICENSE +0 -0
- {react → react v18.3}/canary.d.ts +0 -0
- {react → react v18.3}/experimental.d.ts +0 -0
- {react → react v18.3}/global.d.ts +0 -0
- {react → react v18.3}/index.d.ts +0 -0
- {react → react v18.3}/jsx-dev-runtime.d.ts +0 -0
- {react → react v18.3}/jsx-runtime.d.ts +0 -0
- {react → react v18.3}/ts5.0/canary.d.ts +0 -0
- {react → react v18.3}/ts5.0/experimental.d.ts +0 -0
- {react → react v18.3}/ts5.0/global.d.ts +0 -0
- {react → react v18.3}/ts5.0/index.d.ts +0 -0
- {react → react v18.3}/ts5.0/jsx-dev-runtime.d.ts +0 -0
- {react → react v18.3}/ts5.0/jsx-runtime.d.ts +0 -0
@@ -5,10 +5,10 @@
|
|
5
5
|
This package contains type definitions for react (https://react.dev/).
|
6
6
|
|
7
7
|
# Details
|
8
|
-
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react.
|
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: Tue, 10 Dec 2024 21:33:34 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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "18.3.
|
3
|
+
"version": "18.3.15",
|
4
4
|
"description": "TypeScript definitions for react",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -156,22 +156,6 @@
|
|
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
|
-
},
|
175
159
|
"./jsx-runtime": {
|
176
160
|
"types@<=5.0": {
|
177
161
|
"default": "./ts5.0/jsx-runtime.d.ts"
|
@@ -201,6 +185,6 @@
|
|
201
185
|
"csstype": "^3.0.2"
|
202
186
|
},
|
203
187
|
"peerDependencies": {},
|
204
|
-
"typesPublisherContentHash": "
|
188
|
+
"typesPublisherContentHash": "592e3ae69b9a005114269e4bffade7bb532266104711686eb4b843669dfc8687",
|
205
189
|
"typeScriptVersion": "5.0"
|
206
190
|
}
|
{react → react v18.3}/LICENSE
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{react → react v18.3}/index.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|