diff --git a/.syncpackrc b/.syncpackrc index 49a7bc1aff0..64114e284fb 100644 --- a/.syncpackrc +++ b/.syncpackrc @@ -29,6 +29,13 @@ "**" ] }, + { + "dependencies": [ "**" ], + "packages": [ + "@woocommerce/block-library" + ], + "isIgnored": true + }, { "dependencies": [ "@typescript-eslint/**" diff --git a/plugins/woocommerce-blocks/package.json b/plugins/woocommerce-blocks/package.json index ba0e63c6b14..0575f74bf06 100644 --- a/plugins/woocommerce-blocks/package.json +++ b/plugins/woocommerce-blocks/package.json @@ -256,8 +256,8 @@ "zenhub-api": "0.2.0" }, "engines": { - "node": "^16.13.0", - "npm": "^8.0.0" + "node": "^16.14.1", + "pnpm": "^8.6.7" }, "dependencies": { "@dnd-kit/core": "^6.0.5",