@types/react-dom 18.3.2 → 18.3.3

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,8 +8,10 @@ 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/v18.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 05 Dec 2024 19:32:25 GMT
12
- * Dependencies: [@types/react](https://npmjs.com/package/@types/react)
11
+ * Last updated: Mon, 09 Dec 2024 19:32:14 GMT
12
+ * Dependencies: none
13
+
14
+ * Peer dependencies: [@types/react](https://npmjs.com/package/@types/react)
13
15
 
14
16
  # Credits
15
17
  These definitions were written by [Asana](https://asana.com), [AssureSign](http://www.assuresign.com), [Microsoft](https://microsoft.com), [MartynasZilinskas](https://github.com/MartynasZilinskas), [Josh Rutherford](https://github.com/theruther4d), [Jessica Franco](https://github.com/Jessidhia), and [Sebastian Silbermann](https://github.com/eps1lon).
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "18.3.2",
3
+ "version": "18.3.3",
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",
@@ -69,10 +69,10 @@
69
69
  "directory": "types/react-dom"
70
70
  },
71
71
  "scripts": {},
72
- "dependencies": {
73
- "@types/react": "^18"
72
+ "dependencies": {},
73
+ "peerDependencies": {
74
+ "@types/react": "^18.0.0"
74
75
  },
75
- "peerDependencies": {},
76
- "typesPublisherContentHash": "8e184bd84487f6335f6c45860cd342168c33ed13ff6ed977390561f025c4346d",
76
+ "typesPublisherContentHash": "88bb8483261608225395a6d342427942d9ba9d90536ff70a364d60d63cd103d9",
77
77
  "typeScriptVersion": "5.0"
78
78
  }