@types/react 17.0.4 → 17.0.5

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.
Files changed (3) hide show
  1. react/README.md +1 -1
  2. react/index.d.ts +1 -1
  3. react/package.json +2 -2
react/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.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 26 Apr 2021 10:31:22 GMT
11
+ * Last updated: Tue, 04 May 2021 21:01:29 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/index.d.ts CHANGED
@@ -399,7 +399,7 @@ declare namespace React {
399
399
  const version: string;
400
400
 
401
401
  /**
402
- * {@link https://github.com/bvaughn/rfcs/blob/profiler/text/0000-profiler.md#detailed-design | API}
402
+ * {@link https://reactjs.org/docs/profiler.html#onrender-callback Profiler API}
403
403
  */
404
404
  type ProfilerOnRenderCallback = (
405
405
  id: string,
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "17.0.4",
3
+ "version": "17.0.5",
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": "c6cadabf6c6ad2fa532093c97e563398385fdfec0709120cc42b6652cbcc7908",
148
+ "typesPublisherContentHash": "514cc91387ce16f91be0344036cb6baace8d3536b18c355a2754beadca578609",
149
149
  "typeScriptVersion": "3.5"
150
150
  }