@types/react 17.0.91 → 17.0.92
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 v17.0/README.md +1 -1
- react v17.0/index.d.ts +1 -1
- react v17.0/package.json +3 -3
react v17.0/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/v17.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 19 May 2026 17:48:56 GMT
|
|
12
12
|
* Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler), [csstype](https://npmjs.com/package/csstype)
|
|
13
13
|
|
|
14
14
|
# Credits
|
react v17.0/index.d.ts
CHANGED
|
@@ -2324,7 +2324,7 @@ declare namespace React {
|
|
|
2324
2324
|
as?: string | undefined;
|
|
2325
2325
|
blocking?: "render" | (string & {}) | undefined;
|
|
2326
2326
|
crossOrigin?: CrossOrigin;
|
|
2327
|
-
fetchPriority?: "high" | "low" | "auto";
|
|
2327
|
+
fetchPriority?: "high" | "low" | "auto" | undefined;
|
|
2328
2328
|
href?: string | undefined;
|
|
2329
2329
|
hrefLang?: string | undefined;
|
|
2330
2330
|
integrity?: string | undefined;
|
react v17.0/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/react",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.92",
|
|
4
4
|
"description": "TypeScript definitions for react",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
|
6
6
|
"license": "MIT",
|
|
@@ -170,6 +170,6 @@
|
|
|
170
170
|
"csstype": "^3.2.2"
|
|
171
171
|
},
|
|
172
172
|
"peerDependencies": {},
|
|
173
|
-
"typesPublisherContentHash": "
|
|
174
|
-
"typeScriptVersion": "5.
|
|
173
|
+
"typesPublisherContentHash": "da4ea555835ed9351d49379c846e164129f74215167b2ba494b81a001d70e689",
|
|
174
|
+
"typeScriptVersion": "5.3"
|
|
175
175
|
}
|