@types/react-dom
Advanced tools
Comparing version 18.3.4 to 18.3.5
{ | ||
"name": "@types/react-dom", | ||
"version": "18.3.4", | ||
"version": "18.3.5", | ||
"description": "TypeScript definitions for react-dom", | ||
@@ -49,2 +49,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom", | ||
}, | ||
"./canary": { | ||
"types": { | ||
"default": "./canary.d.ts" | ||
} | ||
}, | ||
"./client": { | ||
@@ -60,2 +65,7 @@ "types": { | ||
}, | ||
"./experimental": { | ||
"types": { | ||
"default": "./experimental.d.ts" | ||
} | ||
}, | ||
"./test-utils": { | ||
@@ -78,4 +88,4 @@ "types": { | ||
}, | ||
"typesPublisherContentHash": "4aba89c0d4425e5e2fd786def338df1d532f3130b4c305ab3b7e6dc070036c13", | ||
"typesPublisherContentHash": "15456a5462ef352f9e36979359f3f69058800e6b78eb73df502bca624fc31eb5", | ||
"typeScriptVersion": "5.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 10 Dec 2024 23:33:02 GMT | ||
* Last updated: Wed, 11 Dec 2024 02:54:10 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Peer dependencies: [@types/react](https://npmjs.com/package/@types/react) |
37909