Skip to content

Commit

Permalink
chore(deps): update gatsby monorepo (major) (#134)
Browse files Browse the repository at this point in the history
* chore(deps): update gatsby monorepo

* chore(deps): drop support for older versions of Gatsby and React

* chore(deps): add typescript to devDependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justin Hall <justin.r.hall@gmail.com>
  • Loading branch information
renovate[bot] and wKovacs64 committed Nov 27, 2022
1 parent 3bf1dd8 commit 7e1887f
Show file tree
Hide file tree
Showing 4 changed files with 1,188 additions and 3,150 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-humans-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gatsby-plugin-use-dark-mode': major
---

Add support for Gatsby v5 while removing support for Gatsby v2, v3, and React v16. If for some reason you are constrained to one of these old versions of Gatsby or React, please remain on v1 of this plugin.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# needed for Gatsby plugin peer dependencies (e.g., graphql)
legacy-peer-deps=true

0 comments on commit 7e1887f

Please sign in to comment.