@types/react 18.0.28 → 18.0.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/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for React (http://facebook.github.io/reac
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sat, 11 Feb 2023 11:32:31 GMT
11
+ * Last updated: Fri, 24 Mar 2023 16:02:37 GMT
12
12
  * Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype), [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler)
13
13
  * Global values: `React`
14
14
 
react/experimental.d.ts CHANGED
@@ -104,5 +104,5 @@ declare module '.' {
104
104
  export const SuspenseList: ExoticComponent<SuspenseListProps>;
105
105
 
106
106
  // tslint:disable-next-line ban-types
107
- export function experimental_useEvent<T extends Function>(event: T): T;
107
+ export function experimental_useEffectEvent<T extends Function>(event: T): T;
108
108
  }
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "18.0.28",
3
+ "version": "18.0.29",
4
4
  "description": "TypeScript definitions for React",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -151,8 +151,8 @@
151
151
  "@types/scheduler": "*",
152
152
  "csstype": "^3.0.2"
153
153
  },
154
- "typesPublisherContentHash": "e076890b68b7d34ef2996e940b3e58ca0dcc845e64518f22023dbdd3b6f6a8bd",
155
- "typeScriptVersion": "4.2",
154
+ "typesPublisherContentHash": "0b57cd9152ecf4ff05a80413cd6550a1943c8b944b1241e16cf8cc351aba79e0",
155
+ "typeScriptVersion": "4.3",
156
156
  "exports": {
157
157
  ".": {
158
158
  "types": {