@types/wordpress__block-editor 11.5.15 → 11.5.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.
@@ -8,7 +8,7 @@ This package contains type definitions for @wordpress/block-editor (https://gith
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wordpress__block-editor.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 19 Jun 2024 21:08:39 GMT
11
+ * Last updated: Thu, 05 Dec 2024 19:32:25 GMT
12
12
  * Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/wordpress__blocks](https://npmjs.com/package/@types/wordpress__blocks), [@wordpress/components](https://npmjs.com/package/@wordpress/components), [@wordpress/data](https://npmjs.com/package/@wordpress/data), [@wordpress/element](https://npmjs.com/package/@wordpress/element), [@wordpress/keycodes](https://npmjs.com/package/@wordpress/keycodes), [react-autosize-textarea](https://npmjs.com/package/react-autosize-textarea)
13
13
 
14
14
  # Credits
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/wordpress__block-editor",
3
- "version": "11.5.15",
3
+ "version": "11.5.16",
4
4
  "description": "TypeScript definitions for @wordpress/block-editor",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wordpress__block-editor",
6
6
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "scripts": {},
32
32
  "dependencies": {
33
- "@types/react": "*",
33
+ "@types/react": "^18",
34
34
  "@types/wordpress__blocks": "*",
35
35
  "@wordpress/data": "^9.13.0",
36
36
  "@wordpress/components": "^27.2.0",
@@ -38,6 +38,7 @@
38
38
  "@wordpress/keycodes": "^3.54.0",
39
39
  "react-autosize-textarea": "^7.1.0"
40
40
  },
41
- "typesPublisherContentHash": "73073ad99dcf2c8dae60eec0804a3a11eb52f038f2bdd30e946b9288ed6cf9bf",
42
- "typeScriptVersion": "4.7"
41
+ "peerDependencies": {},
42
+ "typesPublisherContentHash": "db730720d92378c418904d15542b7121d9755404ee061fad776451b98443c3aa",
43
+ "typeScriptVersion": "5.0"
43
44
  }