@types/react-dom 18.2.15 → 18.2.16

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-dom/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for react-dom (https://reactjs.org).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 07 Nov 2023 20:08:00 GMT
11
+ * Last updated: Mon, 20 Nov 2023 23:36:24 GMT
12
12
  * Dependencies: [@types/react](https://npmjs.com/package/@types/react)
13
13
 
14
14
  # Credits
react-dom/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "18.2.15",
3
+ "version": "18.2.16",
4
4
  "description": "TypeScript definitions for react-dom",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom",
6
6
  "license": "MIT",
@@ -82,6 +82,6 @@
82
82
  "dependencies": {
83
83
  "@types/react": "*"
84
84
  },
85
- "typesPublisherContentHash": "89d2db51d9354952a5871fe6343896615ca4e228ef8582ba6fb69ec1c5d89456",
85
+ "typesPublisherContentHash": "92e8a0c4e89d1016692884d247bc1cef054510a6ce006161bda93a48c509af2c",
86
86
  "typeScriptVersion": "4.5"
87
87
  }
react-dom/server.d.ts CHANGED
@@ -1,23 +1,23 @@
1
1
  // forward declarations
2
2
  declare global {
3
3
  namespace NodeJS {
4
- // tslint:disable-next-line:no-empty-interface
4
+ // eslint-disable-next-line @typescript-eslint/no-empty-interface
5
5
  interface ReadableStream {}
6
6
 
7
- // tslint:disable-next-line:no-empty-interface
7
+ // eslint-disable-next-line @typescript-eslint/no-empty-interface
8
8
  interface WritableStream {}
9
9
  }
10
10
 
11
11
  /**
12
12
  * Stub for https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal
13
13
  */
14
- // tslint:disable-next-line:no-empty-interface
14
+ // eslint-disable-next-line @typescript-eslint/no-empty-interface
15
15
  interface AbortSignal {}
16
16
 
17
17
  /**
18
18
  * Stub for https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream
19
19
  */
20
- // tslint:disable-next-line:no-empty-interface
20
+ // eslint-disable-next-line @typescript-eslint/no-empty-interface
21
21
  interface ReadableStream {}
22
22
  }
23
23