@types/react-dom 17.0.5 → 17.0.6

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: Thu, 13 May 2021 07:31:26 GMT
11
+ * Last updated: Wed, 02 Jun 2021 02:01:32 GMT
12
12
  * Dependencies: [@types/react](https://npmjs.com/package/@types/react)
13
13
  * Global values: `ReactDOM`, `ReactDOMNodeStream`, `ReactDOMServer`
14
14
 
@@ -57,7 +57,7 @@ declare module '.' {
57
57
  *
58
58
  * @see https://reactjs.org/docs/concurrent-mode-reference.html#createroot
59
59
  */
60
- function unstable_createRoot(container: Element | Document | DocumentFragment | Comment, options?: RootOptions): Root;
60
+ function createRoot(container: Element | Document | DocumentFragment | Comment, options?: RootOptions): Root;
61
61
 
62
62
  function unstable_flushControlled(callback: () => void): void;
63
63
 
react-dom/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "17.0.5",
3
+ "version": "17.0.6",
4
4
  "description": "TypeScript definitions for React (react-dom)",
5
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom",
5
6
  "license": "MIT",
6
7
  "contributors": [
7
8
  {
@@ -48,6 +49,6 @@
48
49
  "dependencies": {
49
50
  "@types/react": "*"
50
51
  },
51
- "typesPublisherContentHash": "efcabc29f4b12c5b1112d528883bab336df851747e5a829ebb92aa30b1895336",
52
- "typeScriptVersion": "3.5"
52
+ "typesPublisherContentHash": "1dbc158b9cb83219a5df159ce18ad4fe94875e43b492e97065474e63882d1fe6",
53
+ "typeScriptVersion": "3.6"
53
54
  }