@types/react 16.14.32 → 16.14.33
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 v16.14/README.md +1 -1
- react v16.14/index.d.ts +1 -3
- react v16.14/package.json +2 -2
react v16.14/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/v16.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated: Tue,
|
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 v16.14/index.d.ts
CHANGED
@@ -1825,6 +1825,7 @@ declare namespace React {
|
|
1825
1825
|
hidden?: boolean | undefined;
|
1826
1826
|
id?: string | undefined;
|
1827
1827
|
lang?: string | undefined;
|
1828
|
+
nonce?: string | undefined;
|
1828
1829
|
placeholder?: string | undefined;
|
1829
1830
|
slot?: string | undefined;
|
1830
1831
|
spellCheck?: Booleanish | undefined;
|
@@ -1945,7 +1946,6 @@ declare namespace React {
|
|
1945
1946
|
multiple?: boolean | undefined;
|
1946
1947
|
muted?: boolean | undefined;
|
1947
1948
|
name?: string | undefined;
|
1948
|
-
nonce?: string | undefined;
|
1949
1949
|
noValidate?: boolean | undefined;
|
1950
1950
|
open?: boolean | undefined;
|
1951
1951
|
optimum?: number | undefined;
|
@@ -2357,7 +2357,6 @@ declare namespace React {
|
|
2357
2357
|
defer?: boolean | undefined;
|
2358
2358
|
integrity?: string | undefined;
|
2359
2359
|
noModule?: boolean | undefined;
|
2360
|
-
nonce?: string | undefined;
|
2361
2360
|
referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
|
2362
2361
|
src?: string | undefined;
|
2363
2362
|
type?: string | undefined;
|
@@ -2388,7 +2387,6 @@ declare namespace React {
|
|
2388
2387
|
|
2389
2388
|
interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
|
2390
2389
|
media?: string | undefined;
|
2391
|
-
nonce?: string | undefined;
|
2392
2390
|
scoped?: boolean | undefined;
|
2393
2391
|
type?: string | undefined;
|
2394
2392
|
}
|
react v16.14/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "16.14.
|
3
|
+
"version": "16.14.33",
|
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": "
|
149
|
+
"typesPublisherContentHash": "6fa4a2e687b091b8c4156cf9cfc4eb7f28f4469daf917f30271834a87dd6673a",
|
150
150
|
"typeScriptVersion": "4.1",
|
151
151
|
"exports": {
|
152
152
|
".": {
|