@types/wordpress__block-editor 6.0.6 → 7.0.0

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, 30 Mar 2022 19:31:45 GMT
11
+ * Last updated: Wed, 13 Apr 2022 20:31:24 GMT
12
12
  * Dependencies: [@types/wordpress__blocks](https://npmjs.com/package/@types/wordpress__blocks), [@types/wordpress__data](https://npmjs.com/package/@types/wordpress__data), [@types/react](https://npmjs.com/package/@types/react), [@types/wordpress__components](https://npmjs.com/package/@types/wordpress__components), [@types/react-autosize-textarea](https://npmjs.com/package/@types/react-autosize-textarea), [@types/wordpress__keycodes](https://npmjs.com/package/@types/wordpress__keycodes)
13
13
  * Global values: none
14
14
 
@@ -1,4 +1,4 @@
1
- // Type definitions for @wordpress/block-editor 6.0
1
+ // Type definitions for @wordpress/block-editor 7.0
2
2
  // Project: https://github.com/WordPress/gutenberg/tree/master/packages/block-editor/README.md
3
3
  // Definitions by: Derek Sifford <https://github.com/dsifford>
4
4
  // Jon Surrell <https://github.com/sirreal>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/wordpress__block-editor",
3
- "version": "6.0.6",
3
+ "version": "7.0.0",
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",
@@ -35,9 +35,9 @@
35
35
  "@types/wordpress__components": "*",
36
36
  "@types/wordpress__data": "*",
37
37
  "@types/wordpress__keycodes": "*",
38
- "@wordpress/element": "^3.0.0",
38
+ "@wordpress/element": "^4.0.0",
39
39
  "react-autosize-textarea": "^7.1.0"
40
40
  },
41
- "typesPublisherContentHash": "7309e469e3ef95ded043c5979866b1492606d16ae6b84b1f94f71a91c9383f5d",
41
+ "typesPublisherContentHash": "0f135fb743581f055c43b9ce8e9dd1388e0ef8b77e0453b8c7b2745ae02ca385",
42
42
  "typeScriptVersion": "3.9"
43
43
  }