Skip to content

Commit

Permalink
fix: react peer dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Feb 16, 2022
1 parent 8b236c9 commit 5264ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dockview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"typedoc": "^0.22.11"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
}

0 comments on commit 5264ecf

Please sign in to comment.