Excluded Blocks From Syncpack

This commit is contained in:
Christopher Allford 2023-12-09 05:22:40 -08:00
parent 3a6e4abae8
commit 8ae34f1f3e
2 changed files with 9 additions and 2 deletions

View File

@ -29,6 +29,13 @@
"**" "**"
] ]
}, },
{
"dependencies": [ "**" ],
"packages": [
"@woocommerce/block-library"
],
"isIgnored": true
},
{ {
"dependencies": [ "dependencies": [
"@typescript-eslint/**" "@typescript-eslint/**"

View File

@ -256,8 +256,8 @@
"zenhub-api": "0.2.0" "zenhub-api": "0.2.0"
}, },
"engines": { "engines": {
"node": "^16.13.0", "node": "^16.14.1",
"npm": "^8.0.0" "pnpm": "^8.6.7"
}, },
"dependencies": { "dependencies": {
"@dnd-kit/core": "^6.0.5", "@dnd-kit/core": "^6.0.5",