@types/react-dom 16.9.7 → 16.9.8

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, 27 Apr 2020 20:03:00 GMT
11
+ * Last updated: Mon, 11 May 2020 01:27:17 GMT
12
12
  * Dependencies: [@types/react](https://npmjs.com/package/@types/react)
13
13
  * Global values: `ReactDOM`, `ReactDOMNodeStream`, `ReactDOMServer`
14
14
 
@@ -64,7 +64,7 @@ declare module '.' {
64
64
  * @see https://reactjs.org/docs/concurrent-mode-adoption.html#migration-step-blocking-mode
65
65
  * @see https://reactjs.org/docs/concurrent-mode-reference.html#createblockingroot
66
66
  */
67
- function createBlockingRoot(
67
+ function unstable_createBlockingRoot(
68
68
  container: Element | Document | DocumentFragment | Comment,
69
69
  options?: RootOptions,
70
70
  ): Root;
@@ -74,7 +74,7 @@ declare module '.' {
74
74
  *
75
75
  * @see https://reactjs.org/docs/concurrent-mode-reference.html#createroot
76
76
  */
77
- function createRoot(container: Element | Document | DocumentFragment | Comment, options?: RootOptions): Root;
77
+ function unstable_createRoot(container: Element | Document | DocumentFragment | Comment, options?: RootOptions): Root;
78
78
 
79
79
  function unstable_discreteUpdates<R>(callback: () => R): R;
80
80
 
react-dom/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "16.9.7",
3
+ "version": "16.9.8",
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": "6bc408c3c9a29d7698695c245b868576d2b306178ee2e907f6723482510fc0db",
47
- "typeScriptVersion": "2.8"
46
+ "typesPublisherContentHash": "2b48c9b8c88b2fb08d1f8209c6ddb96e7a9551effab439e299c9b77f7ea007c0",
47
+ "typeScriptVersion": "2.9"
48
48
  }