Skip to content

Commit

Permalink
Fixed peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-pawar committed Sep 8, 2023
1 parent 91602d1 commit ff576f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"yargs": "^13.3.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.2",
"react-dom": "^16.8.0 || ^17.0.2"
"react": "^16.8.0 || ^17.0.2 || ^18.0.2",
"react-dom": "^16.8.0 || ^17.0.2 || ^18.0.2"
}
}
4 changes: 2 additions & 2 deletions core/gatsby-theme-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
},
"peerDependencies": {
"docz": ">=2.0.0",
"react": "^16.8.0 || ^17.0.2",
"react-dom": "^16.8.0 || ^17.0.2"
"react": "^16.8.0 || ^17.0.2 || ^18.0.2",
"react-dom": "^16.8.0 || ^17.0.2 || ^18.0.2"
},
"gitHead": "74932cd67112bacd1e29780a202d466acdd79535"
}

0 comments on commit ff576f4

Please sign in to comment.