@types/react 17.0.89 → 17.0.90
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/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, 18 Nov 2025 02:14:41 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/react",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.90",
|
|
4
4
|
"description": "TypeScript definitions for react",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
|
6
6
|
"license": "MIT",
|
|
@@ -167,9 +167,9 @@
|
|
|
167
167
|
"dependencies": {
|
|
168
168
|
"@types/prop-types": "*",
|
|
169
169
|
"@types/scheduler": "^0.16",
|
|
170
|
-
"csstype": "^3.
|
|
170
|
+
"csstype": "^3.2.2"
|
|
171
171
|
},
|
|
172
172
|
"peerDependencies": {},
|
|
173
|
-
"typesPublisherContentHash": "
|
|
173
|
+
"typesPublisherContentHash": "4a854e7bc4a3c2ecd7697c95ef3cced356f118b100fb1d8931cbf7bdb83088a0",
|
|
174
174
|
"typeScriptVersion": "5.2"
|
|
175
175
|
}
|