@types/react 17.0.74 → 17.0.75

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 v17.0/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/v17.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 28 Dec 2023 15:06:50 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 v17.0/index.d.ts CHANGED
@@ -2304,9 +2304,10 @@ declare namespace React {
2304
2304
 
2305
2305
  interface MetaHTMLAttributes<T> extends HTMLAttributes<T> {
2306
2306
  charSet?: string | undefined;
2307
+ content?: string | undefined;
2307
2308
  httpEquiv?: string | undefined;
2308
- name?: string | undefined;
2309
2309
  media?: string | undefined;
2310
+ name?: string | undefined;
2310
2311
  }
2311
2312
 
2312
2313
  interface MeterHTMLAttributes<T> extends HTMLAttributes<T> {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "17.0.74",
3
+ "version": "17.0.75",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -169,6 +169,6 @@
169
169
  "@types/scheduler": "*",
170
170
  "csstype": "^3.0.2"
171
171
  },
172
- "typesPublisherContentHash": "9eb11dca6145e7a1cfa5ae50e0c3e44c673e271c1855896841b6d7d1389f0452",
172
+ "typesPublisherContentHash": "3b4a91b3a33039fe81c58e0b9f9740ea7b555af26f9da246845e418ccb604d06",
173
173
  "typeScriptVersion": "4.6"
174
174
  }