@types/react 18.2.28 → 18.2.29

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.
Files changed (3) hide show
  1. react/README.md +3 -4
  2. react/index.d.ts +0 -32
  3. react/package.json +64 -64
react/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.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 10 Oct 2023 18:07:33 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), [Priyanshu Rav](https://github.com/priyanshurav), and [Dmitry Semigradsky](https://github.com/Semigradsky).
react/index.d.ts CHANGED
@@ -1,35 +1,3 @@
1
- // Type definitions for React 18.2
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
- // Dmitry Semigradsky <https://github.com/Semigradsky>
30
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
31
- // TypeScript Version: 2.8
32
-
33
1
  // NOTE: Users of the `experimental` builds of React should add a reference
34
2
  // to 'react/experimental' in their project. See experimental.d.ts's top comment
35
3
  // for reference and documentation on how exactly to do it.
react/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "18.2.28",
4
- "description": "TypeScript definitions for React",
3
+ "version": "18.2.29",
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,123 +19,123 @@
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
  "name": "Dmitry Semigradsky",
137
- "url": "https://github.com/Semigradsky",
138
- "githubUsername": "Semigradsky"
137
+ "githubUsername": "Semigradsky",
138
+ "url": "https://github.com/Semigradsky"
139
139
  }
140
140
  ],
141
141
  "main": "",
@@ -147,19 +147,6 @@
147
147
  ]
148
148
  }
149
149
  },
150
- "repository": {
151
- "type": "git",
152
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
153
- "directory": "types/react"
154
- },
155
- "scripts": {},
156
- "dependencies": {
157
- "@types/prop-types": "*",
158
- "@types/scheduler": "*",
159
- "csstype": "^3.0.2"
160
- },
161
- "typesPublisherContentHash": "d84865062448a4b06761860f5ba928a0a5244074cd19fd2e7237510577202b2c",
162
- "typeScriptVersion": "4.5",
163
150
  "exports": {
164
151
  ".": {
165
152
  "types@<=5.0": {
@@ -202,5 +189,18 @@
202
189
  }
203
190
  },
204
191
  "./package.json": "./package.json"
205
- }
192
+ },
193
+ "repository": {
194
+ "type": "git",
195
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
196
+ "directory": "types/react"
197
+ },
198
+ "scripts": {},
199
+ "dependencies": {
200
+ "@types/prop-types": "*",
201
+ "@types/scheduler": "*",
202
+ "csstype": "^3.0.2"
203
+ },
204
+ "typesPublisherContentHash": "5e704d45296f0ebcba83d5224ff9187aa470b5234d62c4ccfd47ff6857fa98fe",
205
+ "typeScriptVersion": "4.5"
206
206
  }