Skip to content

Commit

Permalink
Make docs peer deps happy
Browse files Browse the repository at this point in the history
Since we are on npm v7 now we want peer deps to be happy.

The main fix here is downgrading React to v16 because some deps of
Gatsby 2 have peer deps that don't support 17. We also upgrade
`gatsby-theme-apollo-docs` to a version with some fixes (like rolling
back `gatsby-plugin-google-tagmanager` to v2) and we end up pulling in
(via package-lock) the newly published `@apollo/space-kit@5.6.2` which
fixes the React peer deps (in a way that was already fixed in a later
major version).
  • Loading branch information
glasser committed Jun 2, 2021
1 parent 946fc6f commit 88a058d
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 484 deletions.
Loading

0 comments on commit 88a058d

Please sign in to comment.