@types/react 17.0.68 → 17.0.70

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 v17.0/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/v17.
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: Tue, 07 Nov 2023 20:08:00 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 [Costa Alexoglou](https://github.com/konsalex).
react v17.0/index.d.ts CHANGED
@@ -1,34 +1,3 @@
1
- // Type definitions for React 17.0
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
- // Costa Alexoglou <https://github.com/konsalex>
30
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
31
-
32
1
  /// <reference path="global.d.ts" />
33
2
 
34
3
  import * as CSS from "csstype";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "17.0.68",
4
- "description": "TypeScript definitions for React",
3
+ "version": "17.0.70",
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,140 +19,127 @@
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": "Costa Alexoglou",
137
- "url": "https://github.com/konsalex",
138
- "githubUsername": "konsalex"
137
+ "githubUsername": "konsalex",
138
+ "url": "https://github.com/konsalex"
139
139
  }
140
140
  ],
141
141
  "main": "",
142
142
  "types": "index.d.ts",
143
- "repository": {
144
- "type": "git",
145
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
146
- "directory": "types/react"
147
- },
148
- "scripts": {},
149
- "dependencies": {
150
- "@types/prop-types": "*",
151
- "@types/scheduler": "*",
152
- "csstype": "^3.0.2"
153
- },
154
- "typesPublisherContentHash": "8b5e92205ea86fff2f29797250805ce8e69e636c2319f8d4374bc9ddf7dc6f29",
155
- "typeScriptVersion": "4.5",
156
143
  "exports": {
157
144
  ".": {
158
145
  "types": {
@@ -170,5 +157,18 @@
170
157
  }
171
158
  },
172
159
  "./package.json": "./package.json"
173
- }
160
+ },
161
+ "repository": {
162
+ "type": "git",
163
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
164
+ "directory": "types/react"
165
+ },
166
+ "scripts": {},
167
+ "dependencies": {
168
+ "@types/prop-types": "*",
169
+ "@types/scheduler": "*",
170
+ "csstype": "^3.0.2"
171
+ },
172
+ "typesPublisherContentHash": "768e73e8cc4bcad6ad9b8a266fca2bfd5e183b01885b6befe860fb5f59773ce4",
173
+ "typeScriptVersion": "4.5"
174
174
  }