@types/react 15.7.28 → 15.7.29
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 +2 -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: Mon, 15 Jan 2024 09:07:05 GMT
|
12
12
|
* Dependencies: none
|
13
13
|
|
14
14
|
# Credits
|
react v15.7/index.d.ts
CHANGED
@@ -3056,9 +3056,10 @@ declare namespace React {
|
|
3056
3056
|
|
3057
3057
|
interface MetaHTMLAttributes<T> extends HTMLAttributes<T> {
|
3058
3058
|
charSet?: string | undefined;
|
3059
|
+
content?: string | undefined;
|
3059
3060
|
httpEquiv?: string | undefined;
|
3060
|
-
name?: string | undefined;
|
3061
3061
|
media?: string | undefined;
|
3062
|
+
name?: string | undefined;
|
3062
3063
|
}
|
3063
3064
|
|
3064
3065
|
interface MeterHTMLAttributes<T> extends HTMLAttributes<T> {
|
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.29",
|
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": "
|
83
|
+
"typesPublisherContentHash": "177b903db5a2b6023b877852a86fad1fade8c05e68f6091745cb4437661fb8da",
|
84
84
|
"typeScriptVersion": "4.6"
|
85
85
|
}
|