@types/react 15.7.36 → 15.7.37
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 +3 -3
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, 19 May 2026 17:48:56 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
react v15.7/index.d.ts
CHANGED
|
@@ -3032,7 +3032,7 @@ declare namespace React {
|
|
|
3032
3032
|
interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
3033
3033
|
as?: string | undefined;
|
|
3034
3034
|
crossOrigin?: CrossOrigin;
|
|
3035
|
-
fetchPriority?: "high" | "low" | "auto";
|
|
3035
|
+
fetchPriority?: "high" | "low" | "auto" | undefined;
|
|
3036
3036
|
href?: string | undefined;
|
|
3037
3037
|
hrefLang?: string | undefined;
|
|
3038
3038
|
integrity?: string | undefined;
|
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.37",
|
|
4
4
|
"description": "TypeScript definitions for react",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
|
6
6
|
"license": "MIT",
|
|
@@ -81,6 +81,6 @@
|
|
|
81
81
|
"scripts": {},
|
|
82
82
|
"dependencies": {},
|
|
83
83
|
"peerDependencies": {},
|
|
84
|
-
"typesPublisherContentHash": "
|
|
85
|
-
"typeScriptVersion": "5.
|
|
84
|
+
"typesPublisherContentHash": "7a68adb3408fc8b07f96b6f032a6ba4840a4fc6c024de2f94c559de91a392467",
|
|
85
|
+
"typeScriptVersion": "5.3"
|
|
86
86
|
}
|