@mux/mux-audio-react
Advanced tools
Comparing version 0.12.2-canary.6 to 0.12.2-canary.7
{ | ||
"name": "@mux/mux-audio-react", | ||
"version": "0.12.2-canary.6", | ||
"version": "0.12.2-canary.7", | ||
"description": "A custom mux audio element for React that Just Works™", | ||
@@ -27,6 +27,6 @@ "keywords": [ | ||
".": { | ||
"types@<4.3.5": "./dist/types-ts3.4/index.d.ts", | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs.js", | ||
"types@<4.3.5": "./dist/types-ts3.4/index.d.ts", | ||
"types": "./dist/types/index.d.ts", | ||
"default": "./dist/index.cjs.js" | ||
@@ -74,10 +74,10 @@ } | ||
"devDependencies": { | ||
"@types/prop-types": "^15.7.12", | ||
"@types/prop-types": "^15.7.14", | ||
"@types/react": "^18.2.79", | ||
"@types/react-dom": "^18.2.25", | ||
"@typescript-eslint/eslint-plugin": "^8.3.0", | ||
"@typescript-eslint/parser": "^8.3.0", | ||
"@typescript-eslint/eslint-plugin": "^8.18.1", | ||
"@typescript-eslint/parser": "^8.18.1", | ||
"downlevel-dts": "^0.11.0", | ||
"esbuild": "^0.19.8", | ||
"eslint": "^9.9.1", | ||
"esbuild": "^0.24.1", | ||
"eslint": "^9.17.0", | ||
"npm-run-all": "^4.1.5", | ||
@@ -87,4 +87,4 @@ "react": "^18.2.0", | ||
"shx": "^0.3.4", | ||
"typescript": "^5.5.4" | ||
"typescript": "^5.7.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47430