Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix: upgrade custom-media-element (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes authored Dec 11, 2023
1 parent 527888a commit fa928ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion castable-mixin.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export function CastableMediaMixin<TBase extends CustomElementConstructor>(Base: TBase): TBase;
export function CastableMediaMixin<T extends CustomElementConstructor>(superclass: T): T;
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/muxinc/castable-video#readme",
"dependencies": {
"custom-media-element": "^1.1.0"
"custom-media-element": "~1.1.3"
},
"devDependencies": {
"wet-run": "^0.9.3"
Expand Down

1 comment on commit fa928ca

@vercel
Copy link

@vercel vercel bot commented on fa928ca Dec 11, 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:

castable-video – ./

castable-video.vercel.app
castable-video-git-main-mux.vercel.app
castable-video-mux.vercel.app

Please sign in to comment.