Skip to content

Commit

Permalink
Update building-a-theme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Feb 26, 2021
1 parent b476cb9 commit 3eecdcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorial/building-a-theme.md
Expand Up @@ -155,12 +155,12 @@ The `gatsby-theme-events/package.json` file should now include the following:
```json:title=gatsby-theme-events/package.json
{
"peerDependencies": {
"gatsby": "^2.9.11",
"react": "^16.9.0",
"react-dom": "^16.9.0"
"gatsby": "^3.0.0",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
},
"devDependencies": {
"gatsby": "^2.9.11",
"gatsby": "^3.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
Expand Down

0 comments on commit 3eecdcd

Please sign in to comment.