Skip to content

Commit

Permalink
Merge pull request #787 from mathuo/786-dockview-react-peer-dependencies
Browse files Browse the repository at this point in the history
feat: specify react peerDependency
  • Loading branch information
mathuo authored Dec 10, 2024
2 parents 32e759e + 2bcd624 commit c777ff4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/dockview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
},
"dependencies": {
"dockview-core": "^2.0.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}

0 comments on commit c777ff4

Please sign in to comment.