fix(packages): narrow react peer dependency to v18+ (#1289)

This commit is contained in:
rahim
2026-04-08 13:37:34 -07:00
committed by GitHub
parent 998b87198c
commit 6fb6ab7dfb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:*",