@types/react 15.7.21 → 15.7.22
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 +1 -1
- react v15.7/index.d.ts +1 -1
- react v15.7/package.json +2 -2
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:
|
11
|
+
* Last updated: Tue, 22 Aug 2023 18:04:38 GMT
|
12
12
|
* Dependencies: none
|
13
13
|
* Global values: `React`
|
14
14
|
|
react v15.7/index.d.ts
CHANGED
@@ -64,7 +64,7 @@ type NativeUIEvent = UIEvent;
|
|
64
64
|
type NativeWheelEvent = WheelEvent;
|
65
65
|
type CrossOrigin = 'anonymous' | 'use-credentials' | '' | undefined;
|
66
66
|
|
67
|
-
// eslint-disable-next-line export-just-namespace
|
67
|
+
// eslint-disable-next-line @definitelytyped/export-just-namespace
|
68
68
|
export = React;
|
69
69
|
export as namespace React;
|
70
70
|
|
react v15.7/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "15.7.
|
3
|
+
"version": "15.7.22",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
},
|
63
63
|
"scripts": {},
|
64
64
|
"dependencies": {},
|
65
|
-
"typesPublisherContentHash": "
|
65
|
+
"typesPublisherContentHash": "74bb15e3cd7609a58b139ec154306e41809363bbbb91262cb6122a9e414fa950",
|
66
66
|
"typeScriptVersion": "4.3",
|
67
67
|
"exports": {
|
68
68
|
".": {
|