diff --git a/plugins/woocommerce-blocks/checkstyle.xml b/plugins/woocommerce-blocks/checkstyle.xml index f0b7e3e8e86..4ffb65aab7f 100644 --- a/plugins/woocommerce-blocks/checkstyle.xml +++ b/plugins/woocommerce-blocks/checkstyle.xml @@ -1361,20 +1361,6 @@ - - - @@ -1399,9 +1385,8 @@ Property 'context' is missing in type 'BlockEditProps<{}> & { children?: ReactNode; }' but required in type '{ attributes: any; setAttributes: any; context: any; }'." source="TS2769" /> - + @@ -1442,11 +1427,6 @@ Type 'Readonly<{}>' is not assignable to type 'Record<string, unknown> & { className: string; }'. Property 'className' is missing in type 'Readonly<{}>' but required in type '{ className: string; }'." source="TS2322" /> - - - @@ -1541,10 +1521,6 @@ Type 'Element | undefined' is not assignable to type 'Element'. Type 'undefined' is not assignable to type 'Element'." source="TS2375" /> - - - - - - - - diff --git a/plugins/woocommerce-blocks/package-lock.json b/plugins/woocommerce-blocks/package-lock.json index e492e7e21ff..5e6bca5047a 100644 --- a/plugins/woocommerce-blocks/package-lock.json +++ b/plugins/woocommerce-blocks/package-lock.json @@ -70,7 +70,7 @@ "@types/react": "17.0.47", "@types/react-dom": "17.0.17", "@types/wordpress__block-editor": "6.0.6", - "@types/wordpress__blocks": "11.0.5", + "@types/wordpress__blocks": "11.0.7", "@types/wordpress__compose": "4.0.1", "@types/wordpress__core-data": "^2.4.5", "@types/wordpress__data": "^6.0.1", @@ -11137,13 +11137,13 @@ } }, "node_modules/@types/wordpress__blocks": { - "version": "11.0.5", + "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==", "dev": true, - "license": "MIT", "dependencies": { "@types/react": "*", "@types/wordpress__components": "*", - "@types/wordpress__data": "*", "@wordpress/element": "^4.0.0" } }, @@ -57445,12 +57445,13 @@ } }, "@types/wordpress__blocks": { - "version": "11.0.5", + "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==", "dev": true, "requires": { "@types/react": "*", "@types/wordpress__components": "*", - "@types/wordpress__data": "*", "@wordpress/element": "^4.0.0" } }, diff --git a/plugins/woocommerce-blocks/package.json b/plugins/woocommerce-blocks/package.json index 2048bcf7236..4bc9e4d3325 100644 --- a/plugins/woocommerce-blocks/package.json +++ b/plugins/woocommerce-blocks/package.json @@ -121,7 +121,7 @@ "@types/react": "17.0.47", "@types/react-dom": "17.0.17", "@types/wordpress__block-editor": "6.0.6", - "@types/wordpress__blocks": "11.0.5", + "@types/wordpress__blocks": "11.0.7", "@types/wordpress__compose": "4.0.1", "@types/wordpress__core-data": "^2.4.5", "@types/wordpress__data": "^6.0.1",