mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
fix(packages): narrow react peer dependency to v18+ (#1289)
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
"clean": "rimraf --glob dist types '*.tsbuildinfo'"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.0"
|
||||
"react": "^18.0.0 || ^19.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@videojs/core": "workspace:*",
|
||||
|
||||
Reference in New Issue
Block a user