@types/react 16.14.59 → 16.14.60

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 v16.14/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/v16.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 18 Mar 2024 13:35:36 GMT
11
+ * Last updated: Tue, 26 Mar 2024 08:07:57 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.14.59",
3
+ "version": "16.14.60",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -161,9 +161,9 @@
161
161
  "scripts": {},
162
162
  "dependencies": {
163
163
  "@types/prop-types": "*",
164
- "@types/scheduler": "*",
164
+ "@types/scheduler": "^0.16",
165
165
  "csstype": "^3.0.2"
166
166
  },
167
- "typesPublisherContentHash": "2ffd286c9eae7298c4f3317f0cbe300faf27ebfab7d8e48986fb3c1b1397a7ff",
167
+ "typesPublisherContentHash": "074177ecaccec76919db71121463691aeed21043b838fcf2e8fa1e0718722324",
168
168
  "typeScriptVersion": "4.7"
169
169
  }