Skip to content

Commit

Permalink
Add missing transitive peer dependencies (#724)
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
Co-authored-by: Wesley Luyten <[email protected]>
  • Loading branch information
smorimoto and luwes authored Aug 8, 2023
1 parent bb4886c commit 0fa70a7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/mux-active-viewer-count/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
"downlevel-dts": "^0.11.0",
"esbuild": "^0.15.7",
"eslint": "^8.24.0",
"hls.js": "^1.4.8",
"mux-embed": "^4.24.0",
"npm-run-all": "^4.1.5",
"replace": "^1.2.1",
"shx": "^0.3.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/mux-audio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
"downlevel-dts": "^0.11.0",
"esbuild": "^0.15.7",
"eslint": "^8.24.0",
"hls.js": "^1.4.8",
"mux-embed": "^4.24.0",
"npm-run-all": "^4.1.5",
"replace": "^1.2.1",
"shx": "^0.3.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/mux-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
"downlevel-dts": "^0.11.0",
"esbuild": "^0.15.7",
"eslint": "^8.24.0",
"hls.js": "^1.4.8",
"mux-embed": "^4.24.0",
"npm-run-all": "^4.1.5",
"replace": "^1.2.1",
"shx": "^0.3.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/mux-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
"copyfiles": "^2.4.1",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.15.7",
"hls.js": "^1.4.8",
"mux-embed": "^4.24.0",
"npm-run-all": "^4.1.5",
"replace": "^1.2.1",
"shx": "^0.3.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/mux-video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
"downlevel-dts": "^0.11.0",
"esbuild": "^0.15.7",
"eslint": "^8.24.0",
"hls.js": "^1.4.8",
"mux-embed": "^4.24.0",
"npm-run-all": "^4.1.5",
"replace": "^1.2.1",
"shx": "^0.3.4",
Expand Down
4 changes: 3 additions & 1 deletion shared/test-esm-exports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"mux-embed": "*"
},
"devDependencies": {
"esbuild": "^0.15.7"
"esbuild": "^0.15.7",
"hls.js": "^1.4.8",
"mux-embed": "^4.24.0"
}
}

5 comments on commit 0fa70a7

@vercel
Copy link

@vercel vercel bot commented on 0fa70a7 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-vue – ./examples/vue-with-typescript

elements-demo-vue-git-main-mux.vercel.app
elements-demo-vue-mux.vercel.app
elements-demo-vue.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0fa70a7 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-nextjs – ./examples/nextjs-with-typescript

elements-demo-nextjs.vercel.app
elements-demo-nextjs-git-main-mux.vercel.app
elements-demo-nextjs-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0fa70a7 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-svelte-kit – ./examples/svelte-kit

elements-demo-svelte-kit.vercel.app
elements-demo-svelte-kit-git-main-mux.vercel.app
elements-demo-svelte-kit-mux.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0fa70a7 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-create-react-app – ./examples/create-react-app-with-typescript

elements-demo-create-react-app-mux.vercel.app
elements-demo-create-react-app-git-main-mux.vercel.app
elements-demo-create-react-app.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0fa70a7 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elements-demo-vanilla – ./examples/vanilla-ts-esm

elements-demo-vanilla.vercel.app
elements-demo-vanilla-git-main-mux.vercel.app
elements-demo-vanilla-mux.vercel.app

Please sign in to comment.