@types/react 16.14.1 → 16.14.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.
- react v16.14/README.md +1 -1
- react v16.14/package.json +4 -3
react v16.14/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for React (http://facebook.github.io/reac
|
|
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:
|
11
|
+
* Last updated: Mon, 23 Nov 2020 18:56:37 GMT
|
12
12
|
* Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype), [@types/prop-types](https://npmjs.com/package/@types/prop-types)
|
13
13
|
* Global values: `React`
|
14
14
|
|
react v16.14/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "16.14.
|
3
|
+
"version": "16.14.2",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
5
|
"license": "MIT",
|
6
6
|
"contributors": [
|
@@ -141,8 +141,9 @@
|
|
141
141
|
},
|
142
142
|
"scripts": {},
|
143
143
|
"dependencies": {
|
144
|
-
"@types/prop-types": "*"
|
144
|
+
"@types/prop-types": "*",
|
145
|
+
"csstype": "^3.0.2"
|
145
146
|
},
|
146
|
-
"typesPublisherContentHash": "
|
147
|
+
"typesPublisherContentHash": "36c10b8c6b898fde912c62245ed9f63a2addbc19f40999bc97024af14d80b409",
|
147
148
|
"typeScriptVersion": "3.3"
|
148
149
|
}
|