Excluded Blocks From Syncpack
This commit is contained in:
parent
3a6e4abae8
commit
8ae34f1f3e
|
@ -29,6 +29,13 @@
|
|||
"**"
|
||||
]
|
||||
},
|
||||
{
|
||||
"dependencies": [ "**" ],
|
||||
"packages": [
|
||||
"@woocommerce/block-library"
|
||||
],
|
||||
"isIgnored": true
|
||||
},
|
||||
{
|
||||
"dependencies": [
|
||||
"@typescript-eslint/**"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue