@types/react-dom 16.9.8 → 16.9.9

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-dom/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for React (react-dom) (https://reactjs.or
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 11 May 2020 01:27:17 GMT
11
+ * Last updated: Tue, 27 Oct 2020 19:31:41 GMT
12
12
  * Dependencies: [@types/react](https://npmjs.com/package/@types/react)
13
13
  * Global values: `ReactDOM`, `ReactDOMNodeStream`, `ReactDOMServer`
14
14
 
@@ -76,21 +76,6 @@ declare module '.' {
76
76
  */
77
77
  function unstable_createRoot(container: Element | Document | DocumentFragment | Comment, options?: RootOptions): Root;
78
78
 
79
- function unstable_discreteUpdates<R>(callback: () => R): R;
80
-
81
- function unstable_discreteUpdates<R, A1>(callback: (a1: A1) => R, a1: A1): R;
82
-
83
- function unstable_discreteUpdates<R, A1, A2>(callback: (a1: A1, a2: A2) => R, a1: A1, a2: A2): R;
84
-
85
- function unstable_discreteUpdates<R, A1, A2, A3>(
86
- callback: (a1: A1, a2: A2, a3: A3) => R,
87
- a1: A1,
88
- a2: A2,
89
- a3: A3,
90
- ): R;
91
-
92
- function unstable_flushDiscreteUpdates(): void;
93
-
94
79
  function unstable_flushControlled(callback: () => void): void;
95
80
 
96
81
  // enableSelectiveHydration feature
react-dom/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "16.9.8",
3
+ "version": "16.9.9",
4
4
  "description": "TypeScript definitions for React (react-dom)",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -43,6 +43,6 @@
43
43
  "dependencies": {
44
44
  "@types/react": "*"
45
45
  },
46
- "typesPublisherContentHash": "2b48c9b8c88b2fb08d1f8209c6ddb96e7a9551effab439e299c9b77f7ea007c0",
47
- "typeScriptVersion": "2.9"
46
+ "typesPublisherContentHash": "36f6fc0b0ee5b2e0826c141030cd74633e4cac4a6733196f4a946011e286f4bd",
47
+ "typeScriptVersion": "3.2"
48
48
  }