Skip to content

Commit

Permalink
fix react-dom peer dependency version (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Aug 23, 2022
1 parent 6c58a89 commit 37b4445
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tasty-moose-kick.md
@@ -0,0 +1,5 @@
---
'nextra': patch
---

fix react-dom peer dependency version
2 changes: 1 addition & 1 deletion packages/nextra/package.json
Expand Up @@ -88,7 +88,7 @@
"peerDependencies": {
"next": ">=9.5.3",
"react": ">=16.13.1",
"react-dom": ">=18.2.0"
"react-dom": ">=16.13.1"
},
"prettier": {
"semi": false,
Expand Down

0 comments on commit 37b4445

Please sign in to comment.