@types/react 16.14.5 → 16.14.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 v16.14/LICENSE CHANGED
File without changes
react v16.14/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/v16.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sun, 07 Mar 2021 10:42:17 GMT
11
+ * Last updated: Tue, 04 May 2021 21:01:30 GMT
12
12
  * Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype), [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler)
13
13
  * Global values: `React`
14
14
 
react v16.14/global.d.ts CHANGED
File without changes
react v16.14/index.d.ts CHANGED
@@ -401,7 +401,7 @@ declare namespace React {
401
401
  const version: string;
402
402
 
403
403
  /**
404
- * {@link https://github.com/bvaughn/rfcs/blob/profiler/text/0000-profiler.md#detailed-design | API}
404
+ * {@link https://reactjs.org/docs/profiler.html#onrender-callback Profiler API}
405
405
  */
406
406
  type ProfilerOnRenderCallback = (
407
407
  id: string,
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.14.5",
3
+ "version": "16.14.6",
4
4
  "description": "TypeScript definitions for React",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -145,6 +145,6 @@
145
145
  "@types/scheduler": "*",
146
146
  "csstype": "^3.0.2"
147
147
  },
148
- "typesPublisherContentHash": "94562d727d35274c3b2a97e1c1d08e0fc28f2343c408310886c554f9f4aa55ba",
148
+ "typesPublisherContentHash": "601bc56cb847f4ec8ada71015a029ed2646b886c79ded7bd90bbb5b0dec7da74",
149
149
  "typeScriptVersion": "3.5"
150
150
  }