@types/react 18.0.22 → 18.0.23

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.
Files changed (3) hide show
  1. react/README.md +1 -1
  2. react/index.d.ts +1 -3
  3. react/package.json +2 -2
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: Mon, 24 Oct 2022 17:02:37 GMT
11
+ * Last updated: Tue, 25 Oct 2022 18:02:53 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/index.d.ts CHANGED
@@ -1857,6 +1857,7 @@ declare namespace React {
1857
1857
  hidden?: boolean | undefined;
1858
1858
  id?: string | undefined;
1859
1859
  lang?: string | undefined;
1860
+ nonce?: string | undefined;
1860
1861
  placeholder?: string | undefined;
1861
1862
  slot?: string | undefined;
1862
1863
  spellCheck?: Booleanish | undefined;
@@ -1977,7 +1978,6 @@ declare namespace React {
1977
1978
  multiple?: boolean | undefined;
1978
1979
  muted?: boolean | undefined;
1979
1980
  name?: string | undefined;
1980
- nonce?: string | undefined;
1981
1981
  noValidate?: boolean | undefined;
1982
1982
  open?: boolean | undefined;
1983
1983
  optimum?: number | undefined;
@@ -2390,7 +2390,6 @@ declare namespace React {
2390
2390
  defer?: boolean | undefined;
2391
2391
  integrity?: string | undefined;
2392
2392
  noModule?: boolean | undefined;
2393
- nonce?: string | undefined;
2394
2393
  referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
2395
2394
  src?: string | undefined;
2396
2395
  type?: string | undefined;
@@ -2421,7 +2420,6 @@ declare namespace React {
2421
2420
 
2422
2421
  interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
2423
2422
  media?: string | undefined;
2424
- nonce?: string | undefined;
2425
2423
  scoped?: boolean | undefined;
2426
2424
  type?: string | undefined;
2427
2425
  }
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "18.0.22",
3
+ "version": "18.0.23",
4
4
  "description": "TypeScript definitions for React",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -146,7 +146,7 @@
146
146
  "@types/scheduler": "*",
147
147
  "csstype": "^3.0.2"
148
148
  },
149
- "typesPublisherContentHash": "f092726471afd8e8301f411b8985d23d0afc491893fe654a3d4995e7daf48ea1",
149
+ "typesPublisherContentHash": "272caf71ab8eed2922edc3c9de8a9de9b68374e50195b20913f60d41bc4936c5",
150
150
  "typeScriptVersion": "4.1",
151
151
  "exports": {
152
152
  ".": {