@types/react-dom 18.2.10 → 18.2.11

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 (react-dom) (https://reactjs.or
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: Wed, 04 Oct 2023 19:06:11 GMT
11
+ * Last updated: Fri, 06 Oct 2023 23:05:45 GMT
12
12
  * Dependencies: [@types/react](https://npmjs.com/package/@types/react)
13
13
  * Global values: `ReactDOM`, `ReactDOMServer`
14
14
 
@@ -65,7 +65,7 @@ declare module "." {
65
65
  ): [state: State, dispatch: (payload: Payload) => void];
66
66
  }
67
67
 
68
- declare module './client' {
68
+ declare module "./client" {
69
69
  interface ReactFormState {
70
70
  [REACT_FORM_STATE_SIGIL]: never;
71
71
  }
react-dom/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "18.2.10",
3
+ "version": "18.2.11",
4
4
  "description": "TypeScript definitions for React (react-dom)",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom",
6
6
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  "dependencies": {
50
50
  "@types/react": "*"
51
51
  },
52
- "typesPublisherContentHash": "c5d9463c22d80651c11d87155cd8ec4c582285ff59f0c84203e35e64f8af55b3",
52
+ "typesPublisherContentHash": "db6cb2d465dc7cdd50f519c9905019bde94d32e9e38a2bbc509160297db14ba4",
53
53
  "typeScriptVersion": "4.5",
54
54
  "exports": {
55
55
  ".": {