@types/react 16.14.21 → 17.0.3
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 v16.14 → react}/LICENSE +0 -0
- react/README.md +16 -0
- react/experimental.d.ts +192 -0
- {react v16.14 → react}/global.d.ts +0 -0
- react v16.14/index.d.ts → react/index.d.ts +969 -1087
- {react v16.14 → react}/jsx-dev-runtime.d.ts +0 -0
- {react v16.14 → react}/jsx-runtime.d.ts +0 -0
- react v16.14/package.json → react/package.json +8 -9
- react v16.14/README.md +0 -16
File without changes
|
File without changes
|
@@ -1,8 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "
|
3
|
+
"version": "17.0.3",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
|
-
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
5
|
"license": "MIT",
|
7
6
|
"contributors": [
|
8
7
|
{
|
@@ -32,6 +31,11 @@
|
|
32
31
|
"url": "https://github.com/pzavolinsky",
|
33
32
|
"githubUsername": "pzavolinsky"
|
34
33
|
},
|
34
|
+
{
|
35
|
+
"name": "Digiguru",
|
36
|
+
"url": "https://github.com/digiguru",
|
37
|
+
"githubUsername": "digiguru"
|
38
|
+
},
|
35
39
|
{
|
36
40
|
"name": "Eric Anderson",
|
37
41
|
"url": "https://github.com/ericanderson",
|
@@ -126,11 +130,6 @@
|
|
126
130
|
"name": "Dale Tan",
|
127
131
|
"url": "https://github.com/hellatan",
|
128
132
|
"githubUsername": "hellatan"
|
129
|
-
},
|
130
|
-
{
|
131
|
-
"name": "Priyanshu Rav",
|
132
|
-
"url": "https://github.com/priyanshurav",
|
133
|
-
"githubUsername": "priyanshurav"
|
134
133
|
}
|
135
134
|
],
|
136
135
|
"main": "",
|
@@ -146,6 +145,6 @@
|
|
146
145
|
"@types/scheduler": "*",
|
147
146
|
"csstype": "^3.0.2"
|
148
147
|
},
|
149
|
-
"typesPublisherContentHash": "
|
150
|
-
"typeScriptVersion": "3.
|
148
|
+
"typesPublisherContentHash": "ab6c59b27fa47a5a0b71079207e495f9ed411835d432c86f659cd067682ec501",
|
149
|
+
"typeScriptVersion": "3.5"
|
151
150
|
}
|
react v16.14/README.md
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
# Installation
|
2
|
-
> `npm install --save @types/react`
|
3
|
-
|
4
|
-
# Summary
|
5
|
-
This package contains type definitions for React (http://facebook.github.io/react/).
|
6
|
-
|
7
|
-
# Details
|
8
|
-
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react/v16.
|
9
|
-
|
10
|
-
### Additional Details
|
11
|
-
* Last updated: Mon, 15 Nov 2021 22:01:26 GMT
|
12
|
-
* Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype), [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler)
|
13
|
-
* Global values: `React`
|
14
|
-
|
15
|
-
# Credits
|
16
|
-
These definitions were written by [Asana](https://asana.com), [AssureSign](http://www.assuresign.com), [Microsoft](https://microsoft.com), [John Reilly](https://github.com/johnnyreilly), [Benoit Benezech](https://github.com/bbenezech), [Patricio Zavolinsky](https://github.com/pzavolinsky), [Eric Anderson](https://github.com/ericanderson), [Dovydas Navickas](https://github.com/DovydasNavickas), [Josh Rutherford](https://github.com/theruther4d), [Guilherme Hübner](https://github.com/guilhermehubner), [Ferdy Budhidharma](https://github.com/ferdaber), [Johann Rakotoharisoa](https://github.com/jrakotoharisoa), [Olivier Pascal](https://github.com/pascaloliv), [Martin Hochel](https://github.com/hotell), [Frank Li](https://github.com/franklixuefei), [Jessica Franco](https://github.com/Jessidhia), [Saransh Kataria](https://github.com/saranshkataria), [Kanitkorn Sujautra](https://github.com/lukyth), [Sebastian Silbermann](https://github.com/eps1lon), [Kyle Scully](https://github.com/zieka), [Cong Zhang](https://github.com/dancerphil), [Dimitri Mitropoulos](https://github.com/dimitropoulos), [JongChan Choi](https://github.com/disjukr), [Victor Magalhães](https://github.com/vhfmag), [Dale Tan](https://github.com/hellatan), and [Priyanshu Rav](https://github.com/priyanshurav).
|