Skip to content

Commit

Permalink
chore: fix peerDependencies to React 18 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekmaven committed May 15, 2023
1 parent c8b5f80 commit 10de666
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-rockets-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocketseat/gatsby-theme-docs': patch
---

Fix peerDependencies to React 18
4 changes: 2 additions & 2 deletions @rocketseat/gatsby-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"peerDependencies": {
"gatsby": "^5.0.0",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}

1 comment on commit 10de666

@vercel
Copy link

@vercel vercel bot commented on 10de666 May 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.