@types/react 16.14.48 → 16.14.50

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/README.md CHANGED
@@ -2,15 +2,14 @@
2
2
  > `npm install --save @types/react`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for React (https://react.dev/).
5
+ This package contains type definitions for react (https://react.dev/).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react/v16.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sun, 01 Oct 2023 10:05:57 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`
11
+ * Last updated: Wed, 18 Oct 2023 11:45:05 GMT
12
+ * Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler), [csstype](https://npmjs.com/package/csstype)
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), [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).
react v16.14/index.d.ts CHANGED
@@ -1,34 +1,3 @@
1
- // Type definitions for React 16.14
2
- // Project: https://react.dev/
3
- // Definitions by: Asana <https://asana.com>
4
- // AssureSign <http://www.assuresign.com>
5
- // Microsoft <https://microsoft.com>
6
- // John Reilly <https://github.com/johnnyreilly>
7
- // Benoit Benezech <https://github.com/bbenezech>
8
- // Patricio Zavolinsky <https://github.com/pzavolinsky>
9
- // Eric Anderson <https://github.com/ericanderson>
10
- // Dovydas Navickas <https://github.com/DovydasNavickas>
11
- // Josh Rutherford <https://github.com/theruther4d>
12
- // Guilherme Hübner <https://github.com/guilhermehubner>
13
- // Ferdy Budhidharma <https://github.com/ferdaber>
14
- // Johann Rakotoharisoa <https://github.com/jrakotoharisoa>
15
- // Olivier Pascal <https://github.com/pascaloliv>
16
- // Martin Hochel <https://github.com/hotell>
17
- // Frank Li <https://github.com/franklixuefei>
18
- // Jessica Franco <https://github.com/Jessidhia>
19
- // Saransh Kataria <https://github.com/saranshkataria>
20
- // Kanitkorn Sujautra <https://github.com/lukyth>
21
- // Sebastian Silbermann <https://github.com/eps1lon>
22
- // Kyle Scully <https://github.com/zieka>
23
- // Cong Zhang <https://github.com/dancerphil>
24
- // Dimitri Mitropoulos <https://github.com/dimitropoulos>
25
- // JongChan Choi <https://github.com/disjukr>
26
- // Victor Magalhães <https://github.com/vhfmag>
27
- // Dale Tan <https://github.com/hellatan>
28
- // Priyanshu Rav <https://github.com/priyanshurav>
29
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
30
- // TypeScript Version: 2.8
31
-
32
1
  // NOTE: Users of the `experimental` builds of React should add a reference
33
2
  // to 'react/experimental' in their project. See experimental.d.ts's top comment
34
3
  // for reference and documentation on how exactly to do it.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.14.48",
4
- "description": "TypeScript definitions for React",
3
+ "version": "16.14.50",
4
+ "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
7
7
  "contributors": [
@@ -19,135 +19,122 @@
19
19
  },
20
20
  {
21
21
  "name": "John Reilly",
22
- "url": "https://github.com/johnnyreilly",
23
- "githubUsername": "johnnyreilly"
22
+ "githubUsername": "johnnyreilly",
23
+ "url": "https://github.com/johnnyreilly"
24
24
  },
25
25
  {
26
26
  "name": "Benoit Benezech",
27
- "url": "https://github.com/bbenezech",
28
- "githubUsername": "bbenezech"
27
+ "githubUsername": "bbenezech",
28
+ "url": "https://github.com/bbenezech"
29
29
  },
30
30
  {
31
31
  "name": "Patricio Zavolinsky",
32
- "url": "https://github.com/pzavolinsky",
33
- "githubUsername": "pzavolinsky"
32
+ "githubUsername": "pzavolinsky",
33
+ "url": "https://github.com/pzavolinsky"
34
34
  },
35
35
  {
36
36
  "name": "Eric Anderson",
37
- "url": "https://github.com/ericanderson",
38
- "githubUsername": "ericanderson"
37
+ "githubUsername": "ericanderson",
38
+ "url": "https://github.com/ericanderson"
39
39
  },
40
40
  {
41
41
  "name": "Dovydas Navickas",
42
- "url": "https://github.com/DovydasNavickas",
43
- "githubUsername": "DovydasNavickas"
42
+ "githubUsername": "DovydasNavickas",
43
+ "url": "https://github.com/DovydasNavickas"
44
44
  },
45
45
  {
46
46
  "name": "Josh Rutherford",
47
- "url": "https://github.com/theruther4d",
48
- "githubUsername": "theruther4d"
47
+ "githubUsername": "theruther4d",
48
+ "url": "https://github.com/theruther4d"
49
49
  },
50
50
  {
51
51
  "name": "Guilherme Hübner",
52
- "url": "https://github.com/guilhermehubner",
53
- "githubUsername": "guilhermehubner"
52
+ "githubUsername": "guilhermehubner",
53
+ "url": "https://github.com/guilhermehubner"
54
54
  },
55
55
  {
56
56
  "name": "Ferdy Budhidharma",
57
- "url": "https://github.com/ferdaber",
58
- "githubUsername": "ferdaber"
57
+ "githubUsername": "ferdaber",
58
+ "url": "https://github.com/ferdaber"
59
59
  },
60
60
  {
61
61
  "name": "Johann Rakotoharisoa",
62
- "url": "https://github.com/jrakotoharisoa",
63
- "githubUsername": "jrakotoharisoa"
62
+ "githubUsername": "jrakotoharisoa",
63
+ "url": "https://github.com/jrakotoharisoa"
64
64
  },
65
65
  {
66
66
  "name": "Olivier Pascal",
67
- "url": "https://github.com/pascaloliv",
68
- "githubUsername": "pascaloliv"
67
+ "githubUsername": "pascaloliv",
68
+ "url": "https://github.com/pascaloliv"
69
69
  },
70
70
  {
71
71
  "name": "Martin Hochel",
72
- "url": "https://github.com/hotell",
73
- "githubUsername": "hotell"
72
+ "githubUsername": "hotell",
73
+ "url": "https://github.com/hotell"
74
74
  },
75
75
  {
76
76
  "name": "Frank Li",
77
- "url": "https://github.com/franklixuefei",
78
- "githubUsername": "franklixuefei"
77
+ "githubUsername": "franklixuefei",
78
+ "url": "https://github.com/franklixuefei"
79
79
  },
80
80
  {
81
81
  "name": "Jessica Franco",
82
- "url": "https://github.com/Jessidhia",
83
- "githubUsername": "Jessidhia"
82
+ "githubUsername": "Jessidhia",
83
+ "url": "https://github.com/Jessidhia"
84
84
  },
85
85
  {
86
86
  "name": "Saransh Kataria",
87
- "url": "https://github.com/saranshkataria",
88
- "githubUsername": "saranshkataria"
87
+ "githubUsername": "saranshkataria",
88
+ "url": "https://github.com/saranshkataria"
89
89
  },
90
90
  {
91
91
  "name": "Kanitkorn Sujautra",
92
- "url": "https://github.com/lukyth",
93
- "githubUsername": "lukyth"
92
+ "githubUsername": "lukyth",
93
+ "url": "https://github.com/lukyth"
94
94
  },
95
95
  {
96
96
  "name": "Sebastian Silbermann",
97
- "url": "https://github.com/eps1lon",
98
- "githubUsername": "eps1lon"
97
+ "githubUsername": "eps1lon",
98
+ "url": "https://github.com/eps1lon"
99
99
  },
100
100
  {
101
101
  "name": "Kyle Scully",
102
- "url": "https://github.com/zieka",
103
- "githubUsername": "zieka"
102
+ "githubUsername": "zieka",
103
+ "url": "https://github.com/zieka"
104
104
  },
105
105
  {
106
106
  "name": "Cong Zhang",
107
- "url": "https://github.com/dancerphil",
108
- "githubUsername": "dancerphil"
107
+ "githubUsername": "dancerphil",
108
+ "url": "https://github.com/dancerphil"
109
109
  },
110
110
  {
111
111
  "name": "Dimitri Mitropoulos",
112
- "url": "https://github.com/dimitropoulos",
113
- "githubUsername": "dimitropoulos"
112
+ "githubUsername": "dimitropoulos",
113
+ "url": "https://github.com/dimitropoulos"
114
114
  },
115
115
  {
116
116
  "name": "JongChan Choi",
117
- "url": "https://github.com/disjukr",
118
- "githubUsername": "disjukr"
117
+ "githubUsername": "disjukr",
118
+ "url": "https://github.com/disjukr"
119
119
  },
120
120
  {
121
121
  "name": "Victor Magalhães",
122
- "url": "https://github.com/vhfmag",
123
- "githubUsername": "vhfmag"
122
+ "githubUsername": "vhfmag",
123
+ "url": "https://github.com/vhfmag"
124
124
  },
125
125
  {
126
126
  "name": "Dale Tan",
127
- "url": "https://github.com/hellatan",
128
- "githubUsername": "hellatan"
127
+ "githubUsername": "hellatan",
128
+ "url": "https://github.com/hellatan"
129
129
  },
130
130
  {
131
131
  "name": "Priyanshu Rav",
132
- "url": "https://github.com/priyanshurav",
133
- "githubUsername": "priyanshurav"
132
+ "githubUsername": "priyanshurav",
133
+ "url": "https://github.com/priyanshurav"
134
134
  }
135
135
  ],
136
136
  "main": "",
137
137
  "types": "index.d.ts",
138
- "repository": {
139
- "type": "git",
140
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
141
- "directory": "types/react"
142
- },
143
- "scripts": {},
144
- "dependencies": {
145
- "@types/prop-types": "*",
146
- "@types/scheduler": "*",
147
- "csstype": "^3.0.2"
148
- },
149
- "typesPublisherContentHash": "23771264f9a82df2962c631d81362a1930590ce529e176cbe63a90629417bb59",
150
- "typeScriptVersion": "4.5",
151
138
  "exports": {
152
139
  ".": {
153
140
  "types": {
@@ -165,5 +152,18 @@
165
152
  }
166
153
  },
167
154
  "./package.json": "./package.json"
168
- }
155
+ },
156
+ "repository": {
157
+ "type": "git",
158
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
159
+ "directory": "types/react"
160
+ },
161
+ "scripts": {},
162
+ "dependencies": {
163
+ "@types/prop-types": "*",
164
+ "@types/scheduler": "*",
165
+ "csstype": "^3.0.2"
166
+ },
167
+ "typesPublisherContentHash": "5cd617c96f9bc8c7ccc007b7e995fc24e88a3c07308c78339590953b5fac9b5c",
168
+ "typeScriptVersion": "4.5"
169
169
  }