@types/react 18.2.17 → 18.2.18

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 (https://react.dev/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 26 Jul 2023 18:02:49 GMT
11
+ * Last updated: Mon, 31 Jul 2023 20:32:48 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
@@ -110,7 +110,7 @@ declare module '.' {
110
110
  * @see https://reactjs.org/docs/concurrent-mode-reference.html#suspenselist
111
111
  * @see https://reactjs.org/docs/concurrent-mode-patterns.html#suspenselist
112
112
  */
113
- export const SuspenseList: ExoticComponent<SuspenseListProps>;
113
+ export const unstable_SuspenseList: ExoticComponent<SuspenseListProps>;
114
114
 
115
115
  // tslint:disable-next-line ban-types
116
116
  export function experimental_useEffectEvent<T extends Function>(event: T): T;
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "18.2.17",
3
+ "version": "18.2.18",
4
4
  "description": "TypeScript definitions for React",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -158,7 +158,7 @@
158
158
  "@types/scheduler": "*",
159
159
  "csstype": "^3.0.2"
160
160
  },
161
- "typesPublisherContentHash": "9ab7af18ed9b6ac91aebad7ff049b210d3e843e3e436d3d10f2557824cdf1ad1",
161
+ "typesPublisherContentHash": "1453968163ab0d8d7af21a82ad32704d8d2d03b38eb853a6ea41a9c821b4c51c",
162
162
  "typeScriptVersion": "4.3",
163
163
  "exports": {
164
164
  ".": {