hikerpig / gatsby-project-kb

Developing gatsby-theme-kb, a Gatsby theme for publishing Knowledge Base.
https://gatsby-project-kb.vercel.app/
MIT License
62 stars 15 forks source link

Add 'unist' dependencies in package.json #52

Closed rharink closed 2 years ago

rharink commented 2 years ago

Hi!, I've come across an issue with using the gatsby-remark-wiki-link package (standalone) in a yarn 2 project. The @types/unist and unist-util-visit are used in the gatsby-remark-wiki-link package but not defined in the package.json. Yarn nags about this, so I thought let's fix it upstream.

hikerpig commented 2 years ago

@rharink Thank you for the PR. And I hope you have fun exploring the repo.