@mux/mux-audio-react
Advanced tools
Comparing version 0.10.3-canary.0-8159569 to 0.10.3-canary.0-840a0be
{ | ||
"name": "@mux/mux-audio-react", | ||
"version": "0.10.3-canary.0-8159569", | ||
"version": "0.10.3-canary.0-840a0be", | ||
"description": "A custom mux audio element for React that Just Works™", | ||
@@ -44,3 +44,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", | ||
@@ -72,3 +72,3 @@ "dev:esm": "yarn build:esm --watch=forever", | ||
"dependencies": { | ||
"@mux/playback-core": "0.25.2-canary.0-8159569", | ||
"@mux/playback-core": "0.25.2-canary.0-840a0be", | ||
"prop-types": "^15.7.2" | ||
@@ -80,7 +80,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", | ||
@@ -90,4 +90,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
62004
+ Added@mux/playback-core@0.25.2-canary.0-840a0be(transitive)
- Removed@mux/playback-core@0.25.2-canary.0-8159569(transitive)