@types/react-dom 17.0.1 → 17.0.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-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: Fri, 12 Feb 2021 18:02:48 GMT
11
+ * Last updated: Mon, 08 Mar 2021 19:47:03 GMT
12
12
  * Dependencies: [@types/react](https://npmjs.com/package/@types/react)
13
13
  * Global values: `ReactDOM`, `ReactDOMNodeStream`, `ReactDOMServer`
14
14
 
react-dom/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "17.0.1",
3
+ "version": "17.0.2",
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": "c302f0be7fb06c7551457af27468748a0ef2c37e88fe6c2f9f2fcb8cdc52740e",
47
- "typeScriptVersion": "3.4"
46
+ "typesPublisherContentHash": "5fecd821be85b1561f4b320c1586a334ea19a9e923621ae9d9c17c3fd87e3b06",
47
+ "typeScriptVersion": "3.5"
48
48
  }
File without changes