@types/react 16.9.1 → 16.9.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/README.md +1 -1
- react/index.d.ts +1 -1
- react/package.json +2 -2
react/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
|
9
9
|
|
10
10
|
Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Thu, 15 Aug 2019 22:54:53 GMT
|
12
12
|
* Dependencies: @types/csstype, @types/prop-types
|
13
13
|
* Global values: React
|
14
14
|
|
react/index.d.ts
CHANGED
@@ -439,7 +439,7 @@ declare namespace React {
|
|
439
439
|
callback?: () => void
|
440
440
|
): void;
|
441
441
|
|
442
|
-
forceUpdate(
|
442
|
+
forceUpdate(callback?: () => void): void;
|
443
443
|
render(): ReactNode;
|
444
444
|
|
445
445
|
// React.Props<T> is now deprecated, which means that the `children`
|
react/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "16.9.
|
3
|
+
"version": "16.9.2",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
5
|
"license": "MIT",
|
6
6
|
"contributors": [
|
@@ -114,6 +114,6 @@
|
|
114
114
|
"@types/prop-types": "*",
|
115
115
|
"csstype": "^2.2.0"
|
116
116
|
},
|
117
|
-
"typesPublisherContentHash": "
|
117
|
+
"typesPublisherContentHash": "83c2206d0fc3985c58e54bde8c44d67dff202769ed06c056da97c7cbd34d8c4c",
|
118
118
|
"typeScriptVersion": "2.8"
|
119
119
|
}
|