Skip to content

Commit

Permalink
fix(types): declare missing peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romdej authored May 6, 2022
1 parent 1a34883 commit e32ff04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/docusaurus-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
"utility-types": "^3.10.0",
"webpack": "^5.72.0",
"webpack-merge": "^5.8.0"
},
"peerDependencies": {
"react": "^16.8.4 || ^17.0.0",
"react-dom": "^16.8.4 || ^17.0.0"
}
}

0 comments on commit e32ff04

Please sign in to comment.