@types/react 16.14.20 → 17.0.2

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.
File without changes
File without changes
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.14.20",
3
+ "version": "17.0.2",
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": "",
@@ -143,9 +142,8 @@
143
142
  "scripts": {},
144
143
  "dependencies": {
145
144
  "@types/prop-types": "*",
146
- "@types/scheduler": "*",
147
145
  "csstype": "^3.0.2"
148
146
  },
149
- "typesPublisherContentHash": "9c738f435cb3220c59b55d5c94cec15fbca0b152db7d669a65b14a00af920322",
150
- "typeScriptVersion": "3.7"
147
+ "typesPublisherContentHash": "b4bc71e5ae8e6467bc315f57f8e7b98e248d5994ecaaf51bd4e674de77bfb6fc",
148
+ "typeScriptVersion": "3.4"
151
149
  }
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, 25 Oct 2021 23:31:49 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).