@types/react 18.2.77 → 18.2.78

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: Thu, 11 Apr 2024 21:35:20 GMT
11
+ * Last updated: Sat, 13 Apr 2024 09:35:16 GMT
12
12
  * Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [csstype](https://npmjs.com/package/csstype)
13
13
 
14
14
  # Credits
react/canary.d.ts CHANGED
@@ -164,5 +164,6 @@ declare module "." {
164
164
  interface DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_REACT_NODES {
165
165
  contexts: ReactContextAsReactNode;
166
166
  promises: Promise<AwaitedReactNode>;
167
+ bigints: bigint;
167
168
  }
168
169
  }
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "18.2.77",
3
+ "version": "18.2.78",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -205,6 +205,6 @@
205
205
  "@types/prop-types": "*",
206
206
  "csstype": "^3.0.2"
207
207
  },
208
- "typesPublisherContentHash": "2773ff59b2dd54e1c4b4a9ab41c84eeb90f5e19a520b41273cb1ac6538b0e49c",
208
+ "typesPublisherContentHash": "cc4093ce02db05531a3fd3f9d3849d8fa4dfdb391c13de13f2acf4d440b89c51",
209
209
  "typeScriptVersion": "4.7"
210
210
  }
react/ts5.0/canary.d.ts CHANGED
@@ -164,5 +164,6 @@ declare module "." {
164
164
  interface DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_REACT_NODES {
165
165
  contexts: ReactContextAsReactNode;
166
166
  promises: Promise<AwaitedReactNode>;
167
+ bigints: bigint;
167
168
  }
168
169
  }