@types/react 15.7.26 → 15.7.27

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 v15.7/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for react (https://react.dev/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react/v15.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 07 Nov 2023 20:08:00 GMT
11
+ * Last updated: Mon, 20 Nov 2023 23:36:24 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
react v15.7/index.d.ts CHANGED
@@ -68,7 +68,7 @@ declare namespace React {
68
68
  type Key = string | number;
69
69
  type Ref<T> = string | { bivarianceHack(instance: T | null): any }["bivarianceHack"];
70
70
 
71
- // tslint:disable-next-line:interface-over-type-literal
71
+ // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
72
72
  type ComponentState = {};
73
73
 
74
74
  interface Attributes {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "15.7.26",
3
+ "version": "15.7.27",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -80,6 +80,6 @@
80
80
  },
81
81
  "scripts": {},
82
82
  "dependencies": {},
83
- "typesPublisherContentHash": "84432bf79f5a99253c63333e007752116494649550331aaba160dc3f26efe66a",
83
+ "typesPublisherContentHash": "f1cafc152a01e1dc8dec511c34546d22985232a88034db45f429344240f9d850",
84
84
  "typeScriptVersion": "4.5"
85
85
  }