@types/react-dom 16.9.21 → 16.9.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.
@@ -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/v16.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 18 Oct 2023 18:04:04 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "16.9.21",
3
+ "version": "16.9.23",
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",
@@ -49,6 +49,6 @@
49
49
  "dependencies": {
50
50
  "@types/react": "^16"
51
51
  },
52
- "typesPublisherContentHash": "4b60f6c96b5a3693ce471f49a098a5e493e3777fb1011bb710bbd0a6795db3ec",
52
+ "typesPublisherContentHash": "8bb1aa991569b86e6fc08bf412ea073763cd829da0f449e1112af544c59bfe3e",
53
53
  "typeScriptVersion": "4.5"
54
54
  }
@@ -1,7 +1,7 @@
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
7
  }