upgrade @types/wordpress__blocks package (https://github.com/woocommerce/woocommerce-blocks/pull/8624)
This commit is contained in:
parent
7245ca519e
commit
89cd344374
|
@ -17,11 +17,7 @@ import {
|
|||
BLOCK_DESCRIPTION as description,
|
||||
} from './constants';
|
||||
|
||||
type CustomBlockConfiguration = BlockConfiguration & {
|
||||
ancestor: string[];
|
||||
};
|
||||
|
||||
const blockConfig: CustomBlockConfiguration = {
|
||||
const blockConfig: BlockConfiguration = {
|
||||
...sharedConfig,
|
||||
apiVersion: 2,
|
||||
title,
|
||||
|
|
|
@ -18,11 +18,7 @@ import {
|
|||
BLOCK_DESCRIPTION as description,
|
||||
} from './constants';
|
||||
|
||||
type CustomBlockConfiguration = BlockConfiguration & {
|
||||
ancestor: string[];
|
||||
};
|
||||
|
||||
const blockConfig: CustomBlockConfiguration = {
|
||||
const blockConfig: BlockConfiguration = {
|
||||
...sharedConfig,
|
||||
apiVersion: 2,
|
||||
name: 'woocommerce/product-image',
|
||||
|
|
|
@ -17,11 +17,7 @@ import {
|
|||
BLOCK_DESCRIPTION as description,
|
||||
} from './constants';
|
||||
|
||||
type CustomBlockConfiguration = BlockConfiguration & {
|
||||
ancestor: string[];
|
||||
};
|
||||
|
||||
const blockConfig: CustomBlockConfiguration = {
|
||||
const blockConfig: BlockConfiguration = {
|
||||
...sharedConfig,
|
||||
apiVersion: 2,
|
||||
title,
|
||||
|
|
|
@ -17,11 +17,7 @@ import {
|
|||
} from './constants';
|
||||
import { supports } from './support';
|
||||
|
||||
type CustomBlockConfiguration = BlockConfiguration & {
|
||||
ancestor: string[];
|
||||
};
|
||||
|
||||
const blockConfig: CustomBlockConfiguration = {
|
||||
const blockConfig: BlockConfiguration = {
|
||||
...sharedConfig,
|
||||
apiVersion: 2,
|
||||
title,
|
||||
|
|
|
@ -17,11 +17,7 @@ import {
|
|||
} from './constants';
|
||||
import { supports } from './support';
|
||||
|
||||
type CustomBlockConfiguration = BlockConfiguration & {
|
||||
ancestor: string[];
|
||||
};
|
||||
|
||||
const blockConfig: CustomBlockConfiguration = {
|
||||
const blockConfig: BlockConfiguration = {
|
||||
...sharedConfig,
|
||||
title,
|
||||
description,
|
||||
|
|
|
@ -16,11 +16,7 @@ import {
|
|||
BLOCK_DESCRIPTION as description,
|
||||
} from './constants';
|
||||
|
||||
type CustomBlockConfiguration = BlockConfiguration & {
|
||||
ancestor: string[];
|
||||
};
|
||||
|
||||
const blockConfig: CustomBlockConfiguration = {
|
||||
const blockConfig: BlockConfiguration = {
|
||||
...sharedConfig,
|
||||
apiVersion: 2,
|
||||
title,
|
||||
|
|
|
@ -18,11 +18,7 @@ import {
|
|||
BLOCK_DESCRIPTION as description,
|
||||
} from './constants';
|
||||
|
||||
type CustomBlockConfiguration = BlockConfiguration & {
|
||||
ancestor: string[];
|
||||
};
|
||||
|
||||
const blockConfig: CustomBlockConfiguration = {
|
||||
const blockConfig: BlockConfiguration = {
|
||||
...sharedConfig,
|
||||
apiVersion: 2,
|
||||
title,
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
"@types/react": "17.0.47",
|
||||
"@types/react-dom": "18.0.10",
|
||||
"@types/wordpress__block-editor": "6.0.6",
|
||||
"@types/wordpress__blocks": "11.0.7",
|
||||
"@types/wordpress__blocks": "11.0.9",
|
||||
"@types/wordpress__components": "^23.0.0",
|
||||
"@types/wordpress__core-data": "^2.4.5",
|
||||
"@types/wordpress__data": "^6.0.2",
|
||||
|
@ -11495,9 +11495,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/wordpress__blocks": {
|
||||
"version": "11.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/wordpress__blocks/-/wordpress__blocks-11.0.7.tgz",
|
||||
"integrity": "sha512-8BcT3CUxHt73CepaLtQHAhA7uBhDOK9x5HJOAxzV+Bl37W04u4jSNulXxwX/6tI7t7Knux5lnN9bvKf/1sg+Rw==",
|
||||
"version": "11.0.9",
|
||||
"resolved": "https://registry.npmjs.org/@types/wordpress__blocks/-/wordpress__blocks-11.0.9.tgz",
|
||||
"integrity": "sha512-TyM5LfBJxAHwf+MJ21f3ex+xpNtEooMLFazSalfMxyUM2pWNI4eGSptuP3VpSYaQKhlgUOeJAXKOYp3ZKtEiGQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/react": "*",
|
||||
|
@ -58558,9 +58558,9 @@
|
|||
}
|
||||
},
|
||||
"@types/wordpress__blocks": {
|
||||
"version": "11.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/wordpress__blocks/-/wordpress__blocks-11.0.7.tgz",
|
||||
"integrity": "sha512-8BcT3CUxHt73CepaLtQHAhA7uBhDOK9x5HJOAxzV+Bl37W04u4jSNulXxwX/6tI7t7Knux5lnN9bvKf/1sg+Rw==",
|
||||
"version": "11.0.9",
|
||||
"resolved": "https://registry.npmjs.org/@types/wordpress__blocks/-/wordpress__blocks-11.0.9.tgz",
|
||||
"integrity": "sha512-TyM5LfBJxAHwf+MJ21f3ex+xpNtEooMLFazSalfMxyUM2pWNI4eGSptuP3VpSYaQKhlgUOeJAXKOYp3ZKtEiGQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/react": "*",
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
"@types/react": "17.0.47",
|
||||
"@types/react-dom": "18.0.10",
|
||||
"@types/wordpress__block-editor": "6.0.6",
|
||||
"@types/wordpress__blocks": "11.0.7",
|
||||
"@types/wordpress__blocks": "11.0.9",
|
||||
"@types/wordpress__components": "^23.0.0",
|
||||
"@types/wordpress__core-data": "^2.4.5",
|
||||
"@types/wordpress__data": "^6.0.2",
|
||||
|
|
Loading…
Reference in New Issue