mirror of
https://github.com/mathuo/dockview
synced 2025-02-19 14:45:44 +00:00
Merge pull request #787 from mathuo/786-dockview-react-peer-dependencies
feat: specify react peerDependency
This commit is contained in:
commit
c777ff463d
@ -55,5 +55,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dockview-core": "^2.0.0"
|
"dockview-core": "^2.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user