@mux/mux-video-react
Advanced tools
Comparing version 0.11.3-canary.0-f6f99b3 to 0.11.3-canary.0-ff78173
{ | ||
"name": "@mux/mux-video-react", | ||
"version": "0.11.3-canary.0-f6f99b3", | ||
"version": "0.11.3-canary.0-ff78173", | ||
"description": "A custom mux video element for React that Just Works™", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"clean": "shx rm -rf dist/", | ||
"lint": "eslint src/ --ext .js,.jsx,.ts,.tsx", | ||
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint src/ --ext .js,.jsx,.ts,.tsx", | ||
"dev:cjs": "yarn build:cjs --watch=forever", | ||
@@ -73,3 +73,3 @@ "dev:esm": "yarn build:esm --watch=forever", | ||
"dependencies": { | ||
"@mux/playback-core": "0.25.2-canary.0-f6f99b3", | ||
"@mux/playback-core": "0.25.2-canary.0-ff78173", | ||
"prop-types": "^15.7.2" | ||
@@ -81,7 +81,7 @@ }, | ||
"@types/react-dom": "^18.2.25", | ||
"@typescript-eslint/eslint-plugin": "^5.48.0", | ||
"@typescript-eslint/parser": "^5.48.0", | ||
"@typescript-eslint/eslint-plugin": "^8.3.0", | ||
"@typescript-eslint/parser": "^8.3.0", | ||
"downlevel-dts": "^0.11.0", | ||
"esbuild": "^0.19.8", | ||
"eslint": "^8.24.0", | ||
"eslint": "^9.9.1", | ||
"npm-run-all": "^4.1.5", | ||
@@ -91,4 +91,4 @@ "react": "^18.2.0", | ||
"shx": "^0.3.4", | ||
"typescript": "^4.9.4" | ||
"typescript": "^5.5.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63341
+ Added@mux/playback-core@0.25.2-canary.0-ff78173(transitive)
- Removed@mux/playback-core@0.25.2-canary.0-f6f99b3(transitive)