@types/wordpress__block-editor 11.5.1 → 11.5.2

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: Thu, 27 Apr 2023 17:02:48 GMT
11
+ * Last updated: Wed, 23 Aug 2023 23:33:06 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
- /* eslint-disable no-unnecessary-generics */
1
+ /* eslint-disable @definitelytyped/no-unnecessary-generics */
2
2
  import { ComponentType } from 'react';
3
3
 
4
4
  import { EditorColor } from '../../';
@@ -1,4 +1,4 @@
1
- /* eslint-disable no-unnecessary-generics */
1
+ /* eslint-disable @definitelytyped/no-unnecessary-generics */
2
2
  import { ComponentType } from 'react';
3
3
 
4
4
  import { EditorColor } from '../';
@@ -1,4 +1,4 @@
1
- /* eslint-disable no-unnecessary-generics */
1
+ /* eslint-disable @definitelytyped/no-unnecessary-generics */
2
2
  import { Dashicon, DropZone } from '@wordpress/components';
3
3
  import { ComponentType, MouseEventHandler } from 'react';
4
4
 
@@ -1,4 +1,4 @@
1
- /* eslint-disable no-unnecessary-generics */
1
+ /* eslint-disable @definitelytyped/no-unnecessary-generics */
2
2
  import { ComponentType } from 'react';
3
3
 
4
4
  import { default as MediaPlaceholder } from '../media-placeholder';
@@ -1,4 +1,4 @@
1
- /* eslint-disable no-unnecessary-generics */
1
+ /* eslint-disable @definitelytyped/no-unnecessary-generics */
2
2
  import { BlockInstance } from '@wordpress/blocks';
3
3
  import { Autocomplete, ToolbarButton } from '@wordpress/components';
4
4
  import { ComponentType, HTMLProps, ReactNode } from 'react';
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/wordpress__block-editor",
3
- "version": "11.5.1",
3
+ "version": "11.5.2",
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",
@@ -38,6 +38,6 @@
38
38
  "@wordpress/element": "^5.0.0",
39
39
  "react-autosize-textarea": "^7.1.0"
40
40
  },
41
- "typesPublisherContentHash": "ee5407d77f776ab8936a83701d5e279e6857d2ed66a19868565ddd32b620740b",
41
+ "typesPublisherContentHash": "9076fa114118720655ee51de6287f8f2e74f7d4de7a0ccc3809eda5bc0754a47",
42
42
  "typeScriptVersion": "4.3"
43
43
  }