@types/react 18.2.47 → 18.2.48

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: Sat, 06 Jan 2024 09:35:38 GMT
11
+ * Last updated: Mon, 15 Jan 2024 09:07:05 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/index.d.ts CHANGED
@@ -2456,10 +2456,10 @@ declare namespace React {
2456
2456
 
2457
2457
  interface MetaHTMLAttributes<T> extends HTMLAttributes<T> {
2458
2458
  charSet?: string | undefined;
2459
+ content?: string | undefined;
2459
2460
  httpEquiv?: string | undefined;
2460
- name?: string | undefined;
2461
2461
  media?: string | undefined;
2462
- content?: string | undefined;
2462
+ name?: string | undefined;
2463
2463
  }
2464
2464
 
2465
2465
  interface MeterHTMLAttributes<T> extends HTMLAttributes<T> {
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "18.2.47",
3
+ "version": "18.2.48",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -201,6 +201,6 @@
201
201
  "@types/scheduler": "*",
202
202
  "csstype": "^3.0.2"
203
203
  },
204
- "typesPublisherContentHash": "4d5bb16e7ec79da2c8b7ea8a4b8f99ac0843cf9d2bfa1166de5ef25823d3bd67",
204
+ "typesPublisherContentHash": "fc13b2b40312ff0746a89155473d332ecb923a60c52ab414c3711f90c1230bbe",
205
205
  "typeScriptVersion": "4.6"
206
206
  }
react/ts5.0/index.d.ts CHANGED
@@ -2458,9 +2458,10 @@ declare namespace React {
2458
2458
 
2459
2459
  interface MetaHTMLAttributes<T> extends HTMLAttributes<T> {
2460
2460
  charSet?: string | undefined;
2461
+ content?: string | undefined;
2461
2462
  httpEquiv?: string | undefined;
2462
- name?: string | undefined;
2463
2463
  media?: string | undefined;
2464
+ name?: string | undefined;
2464
2465
  }
2465
2466
 
2466
2467
  interface MeterHTMLAttributes<T> extends HTMLAttributes<T> {