@mux/mux-video-react
Advanced tools
Comparing version 0.11.3-canary.0-2722b6e to 0.11.3-canary.0-3437ced
{ | ||
"name": "@mux/mux-video-react", | ||
"version": "0.11.3-canary.0-2722b6e", | ||
"version": "0.11.3-canary.0-3437ced", | ||
"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-2722b6e", | ||
"@mux/playback-core": "0.25.2-canary.0-3437ced", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
63341
0
+ Added@mux/playback-core@0.25.2-canary.0-3437ced(transitive)
+ Added@types/react@19.0.8(transitive)
+ Addedhls.js@1.5.20(transitive)
- Removed@mux/playback-core@0.25.2-canary.0-2722b6e(transitive)
- Removed@types/react@19.0.7(transitive)
- Removedhls.js@1.5.19(transitive)