@types/react 15.7.9 → 15.7.10

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 (http://facebook.github.io/reac
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: Sun, 07 Aug 2022 10:02:14 GMT
11
+ * Last updated: Tue, 13 Sep 2022 18:33:02 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `React`
14
14
 
react v15.7/index.d.ts CHANGED
@@ -63,7 +63,7 @@ type NativeTransitionEvent = TransitionEvent;
63
63
  type NativeUIEvent = UIEvent;
64
64
  type NativeWheelEvent = WheelEvent;
65
65
 
66
- // tslint:disable-next-line:export-just-namespace
66
+ // eslint-disable-next-line export-just-namespace
67
67
  export = React;
68
68
  export as namespace React;
69
69
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "15.7.9",
3
+ "version": "15.7.10",
4
4
  "description": "TypeScript definitions for React",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -62,8 +62,8 @@
62
62
  },
63
63
  "scripts": {},
64
64
  "dependencies": {},
65
- "typesPublisherContentHash": "b93250d89b462c2718d74936d8ab0bfdbf245689b8b3a26786c71bb38ee4880c",
66
- "typeScriptVersion": "4.0",
65
+ "typesPublisherContentHash": "9ad1b425d47ed3df16947e3d28d803f34f6a96059f3fc9cc75e4a29973e572b2",
66
+ "typeScriptVersion": "4.1",
67
67
  "exports": {
68
68
  ".": {
69
69
  "types": {