tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
189 stars 18 forks source link

Resolve legacy peer deps, cleanup packages #1138

Closed iansvo closed 8 months ago

iansvo commented 8 months ago

Fixes #1137

iansvo commented 8 months ago

Looks like I'm going to need to tell Jest how to find the extracted @wordpress packages, since it's erroring out when they're removed. It does admittedly seem odd that the wp-scripts task would be failing in this way, since this is a standard part of the configuration.

More updates to come on this soon.

tomusborne commented 8 months ago

Looks good to me! Did a quick npm install and looked around the editor, all seems good.