Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gatsby-link): correct dependency declaration (#3707)
* fix(gatsby-link): correct dependency declaration The code depends on `react-router-dom`, and therefore it should be declared as a direct dependency, not a dev one. Also, it needs `@types/react-router-dom` for index.d.ts. * chore(gatsby-link): declare gatsby v1 as a peer dependency
- Loading branch information