@types/wordpress__block-editor 11.0.1 → 11.5.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:
|
|
11
|
+
* Last updated: Tue, 21 Mar 2023 00:02:52 GMT
|
|
12
12
|
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/react-autosize-textarea](https://npmjs.com/package/@types/react-autosize-textarea), [@types/wordpress__blocks](https://npmjs.com/package/@types/wordpress__blocks), [@types/wordpress__components](https://npmjs.com/package/@types/wordpress__components), [@types/wordpress__data](https://npmjs.com/package/@types/wordpress__data), [@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 11.
|
|
1
|
+
// Type definitions for @wordpress/block-editor 11.5
|
|
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": "11.0
|
|
3
|
+
"version": "11.5.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",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"@types/react": "*",
|
|
34
34
|
"@types/wordpress__blocks": "*",
|
|
35
35
|
"@types/wordpress__components": "*",
|
|
36
|
-
"@types/wordpress__data": "*",
|
|
37
36
|
"@types/wordpress__keycodes": "*",
|
|
37
|
+
"@wordpress/data": "^8.5.0",
|
|
38
38
|
"@wordpress/element": "^5.0.0",
|
|
39
39
|
"react-autosize-textarea": "^7.1.0"
|
|
40
40
|
},
|
|
41
|
-
"typesPublisherContentHash": "
|
|
42
|
-
"typeScriptVersion": "4.
|
|
41
|
+
"typesPublisherContentHash": "eca7dba601fb5b81cfa55bfcc695155f9f4cd83cdd7c3cda8c92ab41c72cdb61",
|
|
42
|
+
"typeScriptVersion": "4.3"
|
|
43
43
|
}
|